summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/keybindingDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-2/+2
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-2/+2
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.Kurt B. Kaiser2006-07-181-1/+1
|
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-111-1/+1
| | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events.
* 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