diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-19 00:29:54 +0000 |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-19 00:29:54 +0000 |
commit | facfc09352f03930d7b5d6362f30c1141a634dc7 (patch) | |
tree | 6d29a27fda9d94ec30e959108075405b29a79b75 /Lib/idlelib/configHandler.py | |
parent | d45a543418597af81a5f522df71dbe78dbe4a8e4 (diff) | |
download | cpython-git-facfc09352f03930d7b5d6362f30c1141a634dc7.tar.gz |
keybinding configuration
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r-- | Lib/idlelib/configHandler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index ba1845715a..b78ae752d7 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -257,7 +257,6 @@ class IdleConf: '<<center-insert>>': ['<Control-l>'], '<<close-all-windows>>': ['<Control-q>'], '<<close-window>>': ['<Alt-F4>'], - '<<dump-undo-state>>': ['<Control-backslash>'], '<<end-of-file>>': ['<Control-d>'], '<<python-docs>>': ['<F1>'], '<<python-context-help>>': ['<Shift-F1>'], |