diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-05-18 02:21:55 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-05-18 02:21:55 (GMT) |
commit | 282f122250f451699a7001fcf701eaf0004931a7 (patch) | |
tree | 17b9ca85545d12933cf99ccd73958512388c1b7c /Lib/idlelib/config-keys.def | |
parent | ba39d9c168ba3dfc866225977c350bcc52d09bb3 (diff) | |
download | cpython-282f122250f451699a7001fcf701eaf0004931a7.zip cpython-282f122250f451699a7001fcf701eaf0004931a7.tar.gz cpython-282f122250f451699a7001fcf701eaf0004931a7.tar.bz2 |
Whitespace Normalization
Modified Files:
config-extensions.def config-highlight.def config-keys.def
config-main.def
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 4f2be59..ceb424f 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -1,5 +1,5 @@ -# IDLE reads several config files to determine user preferences. This -# file is the default config file for idle key binding settings. +# IDLE reads several config files to determine user preferences. This +# file is the default config file for idle key binding settings. # Where multiple keys are specified for an action: if they are separated # by a space (eg. action=<key1> <key2>) then the keys are altenatives, if # there is no space (eg. action=<key1><key2>) then the keys comprise a @@ -18,7 +18,7 @@ close-window=<Alt-Key-F4> <Meta-Key-F4> do-nothing=<Control-Key-F12> end-of-file=<Control-Key-d> python-docs=<Key-F1> -python-context-help=<Shift-Key-F1> +python-context-help=<Shift-Key-F1> history-next=<Alt-Key-n> <Meta-Key-n> history-previous=<Alt-Key-p> <Meta-Key-p> interrupt-execution=<Control-Key-c> @@ -77,8 +77,8 @@ open-new-window=<Control-Key-x><Control-Key-n> open-window-from-file=<Control-Key-x><Control-Key-f> plain-newline-and-indent=<Control-Key-j> print-window=<Control-x><Control-Key-p> -python-docs=<Control-Key-h> -python-context-help=<Control-Shift-Key-h> +python-docs=<Control-Key-h> +python-context-help=<Control-Shift-Key-h> redo=<Alt-Key-z> <Meta-Key-z> remove-selection=<Key-Escape> save-copy-of-window-as-file=<Control-Key-x><Control-Key-y> @@ -116,7 +116,7 @@ close-window=<Command-Key-w> do-nothing=<Control-Key-F12> end-of-file=<Control-Key-d> python-docs=<Key-F1> -python-context-help=<Shift-Key-F1> +python-context-help=<Shift-Key-F1> history-next=<Control-Key-n> history-previous=<Control-Key-p> interrupt-execution=<Control-Key-c> @@ -128,7 +128,7 @@ open-new-window=<Command-Key-n> open-window-from-file=<Command-Key-o> plain-newline-and-indent=<Control-Key-j> print-window=<Command-Key-p> -redo=<Shift-Command-Key-z> +redo=<Shift-Command-Key-z> remove-selection=<Key-Escape> save-window-as-file=<Shift-Command-Key-s> save-window=<Command-Key-s> |