[issue12387] IDLE save keyboard shortcut problem

Terry J. Reedy report at bugs.python.org
Sun Apr 15 22:59:05 CEST 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Changes look complete and correct as far as I can tell, except that I have some confusion about the relation of Shift and CapsLock key. For instance, Control-C and Control-Shift-C (using the key labels) both interrupt a loop whether or not CapsLock is on. In all, 4 combinations work even though only 2 are listed.
 interrupt-execution=<Control-Key-c> <Control-Key-C>

However, this pair of specifications
+save-window-as-file=<Control-Shift-Key-S> <Control-Shift-Key-s>
+save-window=<Control-Key-s> <Control-Key-S>
only makes sense to me if 's' and 'S' refer to the 'S' key without and with CapLock on as using Shift is meant to give a different meaning. It appears to split the 4 combinations into 2 pairs that do different things.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12387>
_______________________________________


More information about the Python-bugs-list mailing list