diff options
author | Steven M. Gava <elguavas@python.net> | 2002-02-18 01:43:11 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-02-18 01:43:11 (GMT) |
commit | 4974575609ebee40c08d81e98493750b7199b1e6 (patch) | |
tree | ebf9154ccab4771f50ad090c29d35b26f7403879 /Lib/idlelib/config-keys.def | |
parent | 6354386d6568e83e0c81c745e79223b570673fe7 (diff) | |
download | cpython-4974575609ebee40c08d81e98493750b7199b1e6.zip cpython-4974575609ebee40c08d81e98493750b7199b1e6.tar.gz cpython-4974575609ebee40c08d81e98493750b7199b1e6.tar.bz2 |
handle user theme and key set deletion
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 6e3b8f3..4fd2322 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -10,7 +10,7 @@ [IDLE Classic Windows] copy=<Control-Key-c> cut=<Control-Key-x> -paste=<Control-Key-v> +paste=<Control-Key-m> beginning-of-line= <Key-Home> center-insert=<Control-Key-l> close-all-windows=<Control-Key-q> |