diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-19 00:29:54 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-19 00:29:54 (GMT) |
commit | facfc09352f03930d7b5d6362f30c1141a634dc7 (patch) | |
tree | 6d29a27fda9d94ec30e959108075405b29a79b75 /Lib/idlelib/config-keys.def | |
parent | d45a543418597af81a5f522df71dbe78dbe4a8e4 (diff) | |
download | cpython-facfc09352f03930d7b5d6362f30c1141a634dc7.zip cpython-facfc09352f03930d7b5d6362f30c1141a634dc7.tar.gz cpython-facfc09352f03930d7b5d6362f30c1141a634dc7.tar.bz2 |
keybinding configuration
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 5d3839d..bb5a1fd 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -13,7 +13,6 @@ beginning-of-line=<Control-a> <Home> 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> @@ -49,7 +48,6 @@ center-insert=<Control-l> close-all-windows=<Control-x><Control-c> close-window=<Control-x><Control-0> <Control-x><Key-0> do-nothing=<Control-x> -dump-undo-state=<Control-backslash> end-of-file=<Control-d> history-next=<Alt-n> <Meta-n> history-previous=<Alt-p> <Meta-p> |