diff options
author | Steven M. Gava <elguavas@python.net> | 2002-02-11 02:20:53 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-02-11 02:20:53 (GMT) |
commit | 052937f0b5bf00aec9512184856ecfd29ec2c886 (patch) | |
tree | a75ffd3e764a1cedd0a1c3c8d865ec4e8e2128f8 /Lib/idlelib/config-keys.def | |
parent | ff34626a7eced7ac5a925b4eaf0dfd0bd7ec3288 (diff) | |
download | cpython-052937f0b5bf00aec9512184856ecfd29ec2c886.zip cpython-052937f0b5bf00aec9512184856ecfd29ec2c886.tar.gz cpython-052937f0b5bf00aec9512184856ecfd29ec2c886.tar.bz2 |
further work on config saving
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 77d7ee1..7aa127f 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -9,7 +9,7 @@ copy=<Control-c> <Control-C> cut=<Control-x> <Control-X> paste=<Control-v> <Control-V> -beginning-of-line=<Control-a> <Home> +beginning-of-line= <Home> center-insert=<Control-l> close-all-windows=<Control-q> close-window=<Alt-F4> @@ -60,6 +60,7 @@ plain-newline-and-indent=<Control-j> python-docs=<Control-h> python-context-help=<Control-Shift-h> redo=<Alt-z> <Meta-z> +remove-selection=<Escape> save-copy-of-window-as-file=<Control-x><w> save-window-as-file=<Control-x><Control-w> save-window=<Control-x><Control-s> |