diff options
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 821ee12..ff4debc 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-m> +paste=<Control-Key-v> beginning-of-line= <Key-Home> center-insert=<Control-Key-l> close-all-windows=<Control-Key-q> @@ -22,6 +22,7 @@ python-context-help=<Shift-Key-F1> history-next=<Alt-Key-n> history-previous=<Alt-Key-p> interrupt-execution=<Control-Key-c> +view-restart=<Key-F6> open-class-browser=<Alt-Key-c> open-module=<Alt-Key-m> open-new-window=<Control-Key-n> @@ -67,6 +68,7 @@ end-of-file=<Control-Key-d> history-next=<Alt-Key-n> <Meta-Key-n> history-previous=<Alt-Key-p> <Meta-Key-p> interrupt-execution=<Control-Key-c> +view-restart=<Key-F6> open-class-browser=<Control-Key-x><Control-Key-b> open-module=<Control-Key-x><Control-Key-m> open-new-window=<Control-Key-x><Control-Key-n> @@ -116,6 +118,7 @@ python-context-help=<Shift-Key-F1> history-next=<Control-Key-n> history-previous=<Control-Key-p> interrupt-execution=<Control-Key-c> +view-restart=<Key-F6> open-class-browser=<Command-Key-b> open-module=<Command-Key-m> open-new-window=<Command-Key-n> |