projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding label editing to native OS X listctrl.
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
shell.py
diff --git
a/wxPython/wx/py/shell.py
b/wxPython/wx/py/shell.py
index c86ced152d88d50d8e0d5498df966302e1c2aa18..fe60b38221bd8c3dc6a8a3ff8b160390d1c713d9 100644
(file)
--- a/
wxPython/wx/py/shell.py
+++ b/
wxPython/wx/py/shell.py
@@
-417,7
+417,7
@@
Platform: %s""" % \
# commands/responses.
if not self.CanEdit():
return
# commands/responses.
if not self.CanEdit():
return
- key = event.KeyCode()
+ key = event.
Get
KeyCode()
currpos = self.GetCurrentPos()
stoppos = self.promptPosEnd
# Return (Enter) needs to be ignored in this handler.
currpos = self.GetCurrentPos()
stoppos = self.promptPosEnd
# Return (Enter) needs to be ignored in this handler.
@@
-452,7
+452,7
@@
Platform: %s""" % \
def OnKeyDown(self, event):
"""Key down event handler."""
def OnKeyDown(self, event):
"""Key down event handler."""
- key = event.KeyCode()
+ key = event.
Get
KeyCode()
# If the auto-complete window is up let it do its thing.
if self.AutoCompActive():
event.Skip()
# If the auto-complete window is up let it do its thing.
if self.AutoCompActive():
event.Skip()