summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/keybindingDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* 1. Made advanced keybinding dialog functional.Kurt B. Kaiser2005-11-221-12/+19
| | | | 2. Allow binding of movement keys
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-241-66/+66
| | | | | | | | | | | | | | | | 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 Backport candidate.
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-2/+1
|
* Whitespace NormalizationKurt B. Kaiser2002-12-311-18/+18
|
* Mac users now see correct modifiers in the Key Binding Entry window.Tony Lownds2002-09-291-29/+35
|
* further work on new config systemSteven M. Gava2002-03-051-6/+9
|
* improvement to keybinding re-use checkSteven M. Gava2002-02-111-18/+0
|
* further work on saving configsSteven M. Gava2002-01-241-2/+0
|
* further work on keybinding configurationSteven M. Gava2002-01-191-6/+26
|
* keybinding configurationSteven M. Gava2002-01-191-11/+28
|
* keybinding configurationSteven M. Gava2002-01-191-30/+58
|
* key binding handling dialogSteven M. Gava2002-01-121-0/+208