summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-keys.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-01-04 01:43:53 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-01-04 01:43:53 (GMT)
commit1061e7270b13a0e632c5a28791a46e38b48a39a0 (patch)
treed2bf495b5757fd7f0bdf0101177ffb762f4cba8b /Lib/idlelib/config-keys.def
parent506a224688fae06e8b30d88c4db36306788c6eb2 (diff)
downloadcpython-1061e7270b13a0e632c5a28791a46e38b48a39a0.zip
cpython-1061e7270b13a0e632c5a28791a46e38b48a39a0.tar.gz
cpython-1061e7270b13a0e632c5a28791a46e38b48a39a0.tar.bz2
M AutoExpand.py
M Bindings.py M EditorWindow.py M PyShell.py M config-keys.def M configHandler.py M help.txt 1. Annotate the shell window with last restart boundary upon restart. 2. Provide a shell menu entry and hot key (F6) to jump to the last restart boundary. 3. Add a new shell menu feature to restart the shell. 4. Update the help menu to add these features. 5. Update the help menu to put text in same order as the menus. 6. Correct a capitalization inconsistency on the Edit menu: Expand Word 7. Rename the "Debug" menu to be "Shell": it's doing more now. 8. Rearrange the "Shell" menu to make the StackViewer entries adjacent. 9. Add a get_geometry method to EditorWindow, which may be of use in making window positions persisent. 10. Make <ctrl-v> the "Classic Windows" paste key. 11. Restore decorum on the Help menu by removing "Advice". As Guido said, things will never be the same. Thanks, David!
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r--Lib/idlelib/config-keys.def5
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>