[issue12387] IDLE save keyboard shortcut problem

Saimadhav Heblikar report at bugs.python.org
Thu Jun 12 12:52:20 CEST 2014


Saimadhav Heblikar added the comment:

Attached patch is an attempt to fix the issue, based on msg220332.

With this patch, and with "IDLE Classic Unix" keybinding selected in IDLE,
actions like cut=<Control-Key-w>, redo=<Alt-Key-z> <Meta-Key-z>, and emac's style actions like open-new-window=<Control-Key-x><Control-Key-n>,
can be performed by just pressing the respective keys, irrespective of CAPS.

I would like to know if this patch is acceptable and whether it performs as expected on all platforms.

----------
Added file: http://bugs.python.org/file35590/keybinding-issue12387-v1.diff

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


More information about the Python-bugs-list mailing list