summaryrefslogtreecommitdiff
path: root/Lib/idlelib/configHandler.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-09-26 22:13:22 +0000
committerKurt B. Kaiser <kbk@shore.net>2002-09-26 22:13:22 +0000
commit84f4803f4f7ccf40cd777d1e9627528c30bc9053 (patch)
treeb409ab2d8e41f3288b4249827c44009b652c8a7d /Lib/idlelib/configHandler.py
parentd404bee2e2a354627ac540336408225648feffe9 (diff)
downloadcpython-git-84f4803f4f7ccf40cd777d1e9627528c30bc9053.tar.gz
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/configHandler.py')
-rw-r--r--Lib/idlelib/configHandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py
index 2dd46e2e66..d3a88f27c0 100644
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -496,6 +496,7 @@ class IdleConf:
'<<center-insert>>': ['<Control-l>'],
'<<close-all-windows>>': ['<Control-q>'],
'<<close-window>>': ['<Alt-F4>'],
+ '<<do-nothing>>': ['<Control-x>'],
'<<end-of-file>>': ['<Control-d>'],
'<<python-docs>>': ['<F1>'],
'<<python-context-help>>': ['<Shift-F1>'],