diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2002-09-26 22:13:22 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2002-09-26 22:13:22 +0000 |
commit | 84f4803f4f7ccf40cd777d1e9627528c30bc9053 (patch) | |
tree | b409ab2d8e41f3288b4249827c44009b652c8a7d /Lib/idlelib/configHandler.py | |
parent | d404bee2e2a354627ac540336408225648feffe9 (diff) | |
download | cpython-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.py | 1 |
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>'], |