This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Jacob.VB, kbk, rhettinger, roger.serwy, terry.reedy
Date 2012-04-15.20:59:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334523545.75.0.0322720789139.issue12387@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-15 20:59:05terry.reedysetrecipients: + terry.reedy, rhettinger, kbk, roger.serwy, Jacob.VB
2012-04-15 20:59:05terry.reedysetmessageid: <1334523545.75.0.0322720789139.issue12387@psf.upfronthosting.co.za>
2012-04-15 20:59:05terry.reedylinkissue12387 messages
2012-04-15 20:59:05terry.reedycreate