]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Keybindings with the Shift modifier now work correctly. So do bindings
authorKurt B. Kaiser <kbk@shore.net>
Tue, 30 Mar 2004 04:07:00 +0000 (04:07 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 30 Mar 2004 04:07:00 +0000 (04:07 +0000)
commit174548d65495bc6465fddc356a094020e2561e13
tree29df7f00527f8f9bc13bdc443b3b91c9b26e4d2e
parent61525be632b8375255e6745bc318781fa15e47f2
Keybindings with the Shift modifier now work correctly.  So do bindings
which use the Space key.  Limit unmodified user keybindings to the
function keys.
Python Bug 775353, IDLEfork Bugs 755647, 761557

Improve error handling during startup if there's no Tkinter.

M NEWS.txt
M PyShell.py
M config-keys.def
M configHandler.py
M keybindingDialog.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/config-keys.def
Lib/idlelib/configHandler.py
Lib/idlelib/keybindingDialog.py