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 ned.deily, serhiy.storchaka, terry.reedy
Date 2016-06-13.22:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465857154.65.0.515060994582.issue27099@psf.upfronthosting.co.za>
In-reply-to
Content
Ned, I reread #20580.  It reminds me that both Control and Alt are problems.  In built-in config-extensions.def, the builtin fixed bindings and one of the configurable bindings are:

autocomplete: <Key-Tab> <KeyRelease-period> <KeyRelease-slash> <KeyRelease-backslash>
calltips: <KeyRelease-parenleft> <KeyRelease-parenright> <KeyRelease-0>
parenmatch: <KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright>
runscript: <Key-F5> (configurable)

I presume that these all work fine on Macs.  Every other configurable binding uses 'Control' or 'Alt'.  When I copy configurable bindings into the file, I have to put them in each section.  Should I change each to 'Command' or 'Option' for the 'Mac' and 'Osx' sections?  Also see comment on #20580.

I am adding #27173 as a dependency, for now, because it might be easier to include the new key set before starting to add new bindings.
History
Date User Action Args
2016-06-13 22:32:34terry.reedysetrecipients: + terry.reedy, ned.deily, serhiy.storchaka
2016-06-13 22:32:34terry.reedysetmessageid: <1465857154.65.0.515060994582.issue27099@psf.upfronthosting.co.za>
2016-06-13 22:32:34terry.reedylinkissue27099 messages
2016-06-13 22:32:34terry.reedycreate