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 markroseman, ned.deily, serhiy.storchaka, terry.reedy
Date 2017-09-09.03:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504928063.53.0.50951867065.issue20580@psf.upfronthosting.co.za>
In-reply-to
Content
I miswrote.  'Alt' becomes 'Option'. The new keybindings to be added to Classic Mac and Classic OSX in PR2494 are the following.

force-open-completions= <Control-Key-space>
expand-word= <Option-Key-slash>
force-open-calltip= <Control-Key-backslash>
format-paragraph= <Option-Key-q>
flash-paren= <Control-Key-0>
run-module= <Key-F5>
check-module= <Option-Key-x>
zoom-height= <Option-Key-0>

This leaves B3, replacing missing definitions in user files with appropriate defaults.  The only solution I can see is to use the system-appropriate builtin from idlelib/config-key.def as the default instead of the current hard-coded keyset.  If that file cannot be read properly, either from disk fault or user editing, I think it better to stop than to use a keyset that will not necessarily be usable.
History
Date User Action Args
2017-09-09 03:34:23terry.reedysetrecipients: + terry.reedy, ned.deily, markroseman, serhiy.storchaka
2017-09-09 03:34:23terry.reedysetmessageid: <1504928063.53.0.50951867065.issue20580@psf.upfronthosting.co.za>
2017-09-09 03:34:23terry.reedylinkissue20580 messages
2017-09-09 03:34:22terry.reedycreate