Closed GoogleCodeExporter closed 9 years ago
Further tests:
- assigning "Select Word" to a different shortcut "Ctrl-W" works fine,
- assigning a different command to "Alt-Down" triggers the same problem,
- I exported the shortcuts to a file, and identified this as the shortcut:
[Editor Shortcuts\Item82]
Command=ecSelWord
ShortCut=32808
The same shortcut (32808) is unique in that file, as is the command (ecSelWord).
So it appears the "Alt-Down" shortcut (code 32808) generates an application
error
when it is used.
Original comment by misch...@gmail.com
on 31 May 2009 at 3:46
The Python Interactive Interpreter defines the following commands:
Command History
· Alt-Up : previous command
· Alt-Down : next command
· Esc : clear command
These are documented in the help file under the topic "The Python Interactive
Intepreter".
These commands are not customizable and you cannot assign another editor
command to
these shortcuts. (Note that the Python Interactive console shares all other
shortcuts with the code editor.
Original comment by pyscripter
on 31 May 2009 at 10:19
Original issue reported on code.google.com by
misch...@gmail.com
on 31 May 2009 at 3:14Attachments: