diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-01-22 00:23:23 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-01-22 00:23:23 (GMT) |
commit | 4cc5ef5dbe12cbc9dc1a00c7583ffd0117f4c31e (patch) | |
tree | 379fb01c63b63ef651e1d4fd09ee2543cf4befea /Lib/idlelib/config-keys.def | |
parent | 374c43574afd1c76a6b0b0aa8d1b1444ee3c7f4b (diff) | |
download | cpython-4cc5ef5dbe12cbc9dc1a00c7583ffd0117f4c31e.zip cpython-4cc5ef5dbe12cbc9dc1a00c7583ffd0117f4c31e.tar.gz cpython-4cc5ef5dbe12cbc9dc1a00c7583ffd0117f4c31e.tar.bz2 |
M Bindings.py
M PyShell.py
M config-keys.def
M configHandler.py
1. Clear any un-entered characters from input line before printing the
restart boundary.
2. Restore the Debug menu: There are now both Shell and Debug menus.
3. Add Control-F6 keybinding to Restart Shell.
4. Clarify PyShell.cancel_check() comment.
5. Update doc string for Bindings.py and re-format the file slightly.
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 3e03ad7..4f2be59 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -23,6 +23,7 @@ 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> +restart-shell=<Control-Key-F6> open-class-browser=<Alt-Key-c> <Meta-Key-c> open-module=<Alt-Key-m> <Meta-Key-m> open-new-window=<Control-Key-n> @@ -69,6 +70,7 @@ 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> +restart-shell=<Control-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> @@ -119,6 +121,7 @@ history-next=<Control-Key-n> history-previous=<Control-Key-p> interrupt-execution=<Control-Key-c> view-restart=<Key-F6> +restart-shell=<Control-Key-F6> open-class-browser=<Command-Key-b> open-module=<Command-Key-m> open-new-window=<Command-Key-n> |