diff options
author | Steven M. Gava <elguavas@python.net> | 2002-03-27 02:25:44 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-03-27 02:25:44 (GMT) |
commit | 0c5bc8c9518fd18d41aedede536c4a9aa8dfa619 (patch) | |
tree | ecf20b73397fa392cedc107c0c0b2c25b1379e9f /Lib/idlelib/config-keys.def | |
parent | cedd30b030d8424e5f4de9f5fa2fdf14a3a702b7 (diff) | |
download | cpython-0c5bc8c9518fd18d41aedede536c4a9aa8dfa619.zip cpython-0c5bc8c9518fd18d41aedede536c4a9aa8dfa619.tar.gz cpython-0c5bc8c9518fd18d41aedede536c4a9aa8dfa619.tar.bz2 |
further work on new config system;
user defined help items
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 4fd2322..8b38827 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -29,7 +29,7 @@ plain-newline-and-indent=<Control-Key-j> redo=<Control-Shift-Key-z> remove-selection=<Key-Escape> save-copy-of-window-as-file=<Alt-Shift-Key-s> -save-window-as-file=<Alt-Key-s> +save-window-as-file=<Control-Shift-Key-s> save-window=<Control-Key-s> select-all=<Alt-Key-a> toggle-auto-coloring=<Control-Key-slash> |