Hi,

I'm working on fixing an annoying IDLE bug whereby tab-completion stops
working after any use of the config dialog.
https://bugs.python.org/issue43654

The proposed fix removes the ability to rebind the following three
pseudo-events, which have the following default key bindings:

'<<smart-backspace>>': ['<Key-BackSpace>']
'<<newline-and-indent>>': ['<Key-Return>', '<Key-KP_Enter>']
'<<smart-indent>>': ['<Key-Tab>']

Will removing the ability to change these bindings matter to anyone?

- Tal Einat
_______________________________________________
IDLE-dev mailing list
IDLE-dev@python.org
https://mail.python.org/mailman/listinfo/idle-dev

Reply via email to