Commit 8eaa3ad2 authored by Raymond Hettinger's avatar Raymond Hettinger

Patches 558535. The standard Windows binding for Edit Select All

is Control-A rather than Alt-A.
parent 2513357c
......@@ -22,7 +22,7 @@ windows_keydefs = \
'<<save-copy-of-window-as-file>>': ['<Alt-Shift-s>'],
'<<save-window-as-file>>': ['<Alt-s>'],
'<<save-window>>': ['<Control-s>'],
'<<select-all>>': ['<Alt-a>'],
'<<select-all>>': ['<Control-a>'],
'<<toggle-auto-coloring>>': ['<Control-slash>'],
'<<undo>>': ['<Control-z>']}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment