diff options
author | Steven M. Gava <elguavas@python.net> | 2002-02-01 01:33:36 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-02-01 01:33:36 (GMT) |
commit | a498af269c0974fddb81e8693051dbfb0ecc8f8b (patch) | |
tree | 09549c5c69b887c78d80969303f9901df31377f3 /Lib/idlelib/config-keys.def | |
parent | 11bd9944e5bb6344ed2187e416c57db457a2c834 (diff) | |
download | cpython-a498af269c0974fddb81e8693051dbfb0ecc8f8b.zip cpython-a498af269c0974fddb81e8693051dbfb0ecc8f8b.tar.gz cpython-a498af269c0974fddb81e8693051dbfb0ecc8f8b.tar.bz2 |
more work on configuration saving
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index bb5a1fd..77d7ee1 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -6,9 +6,9 @@ # single 'emacs style' multi-keystoke binding. [IDLE Classic Windows] -Copy=<Control-c> <Control-C> -Cut=<Control-x> <Control-X> -Paste=<Control-v> <Control-V> +copy=<Control-c> <Control-C> +cut=<Control-x> <Control-X> +paste=<Control-v> <Control-V> beginning-of-line=<Control-a> <Home> center-insert=<Control-l> close-all-windows=<Control-q> @@ -40,9 +40,9 @@ replace=<Control-h> goto-line=<Alt-g> [IDLE Classic Unix] -Copy=<Alt-w> <Meta-w> -Cut=<Control-w> -Paste=<Control-y> +copy=<Alt-w> <Meta-w> +cut=<Control-w> +paste=<Control-y> beginning-of-line=<Control-a> <Home> center-insert=<Control-l> close-all-windows=<Control-x><Control-c> |