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
This commit is contained in:
Kurt B. Kaiser 2002-09-26 22:13:22 +00:00
parent d404bee2e2
commit 84f4803f4f
3 changed files with 26 additions and 1 deletions

View file

@ -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>'],