[issue20580] IDLE should support platform-specific default config defaults

Terry J. Reedy report at bugs.python.org
Fri Sep 8 23:34:23 EDT 2017


Terry J. Reedy added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20580>
_______________________________________


More information about the Python-bugs-list mailing list