summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-keys.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-09-26 22:13:22 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-09-26 22:13:22 (GMT)
commit84f4803f4f7ccf40cd777d1e9627528c30bc9053 (patch)
treeb409ab2d8e41f3288b4249827c44009b652c8a7d /Lib/idlelib/config-keys.def
parentd404bee2e2a354627ac540336408225648feffe9 (diff)
downloadcpython-84f4803f4f7ccf40cd777d1e9627528c30bc9053.zip
cpython-84f4803f4f7ccf40cd777d1e9627528c30bc9053.tar.gz
cpython-84f4803f4f7ccf40cd777d1e9627528c30bc9053.tar.bz2
Fix Bug 612886 copy/paste menu items fail
(cut vs. Cut etc.) Fix Bug 613006 Ctrl-x Unix Binding Clears Selection (do-nothing does something :) Leave some debugging prints behind, commented out M EditorWindow.py M config-keys.def M configHandler.py
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r--Lib/idlelib/config-keys.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def
index 0c81b17..ebaffd4 100644
--- a/Lib/idlelib/config-keys.def
+++ b/Lib/idlelib/config-keys.def
@@ -15,6 +15,7 @@ beginning-of-line= <Key-Home>
center-insert=<Control-Key-l>
close-all-windows=<Control-Key-q>
close-window=<Alt-Key-F4>
+do-nothing=<Control-Key-F12>
end-of-file=<Control-Key-d>
python-docs=<Key-F1>
python-context-help=<Shift-Key-F1>
@@ -108,6 +109,7 @@ beginning-of-line= <Key-Home>
center-insert=<Control-Key-l>
close-all-windows=<Command-Key-q>
close-window=<Command-Key-w>
+do-nothing=<Control-Key-F12>
end-of-file=<Control-Key-d>
python-docs=<Key-F1>
python-context-help=<Shift-Key-F1>