Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f54432e

Browse files
committed
Issue #12387: Add missing upper(lower)case versions of default Windows key
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
1 parent 732ac32 commit f54432e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Lib/idlelib/config-keys.def

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@ cut=<Control-Key-x> <Control-Key-X>
1313
paste=<Control-Key-v> <Control-Key-V>
1414
beginning-of-line= <Key-Home>
1515
center-insert=<Control-Key-l> <Control-Key-L>
16-
close-all-windows=<Control-Key-q>
16+
close-all-windows=<Control-Key-q> <Control-Key-Q>
1717
close-window=<Alt-Key-F4> <Meta-Key-F4>
1818
do-nothing=<Control-Key-F12>
1919
end-of-file=<Control-Key-d> <Control-Key-D>
2020
python-docs=<Key-F1>
2121
python-context-help=<Shift-Key-F1>
22-
history-next=<Alt-Key-n> <Meta-Key-n>
23-
history-previous=<Alt-Key-p> <Meta-Key-p>
22+
history-next=<Alt-Key-n> <Meta-Key-n> <Alt-Key-N> <Meta-Key-N>
23+
history-previous=<Alt-Key-p> <Meta-Key-p> <Alt-Key-P> <Meta-Key-P>
2424
interrupt-execution=<Control-Key-c> <Control-Key-C>
2525
view-restart=<Key-F6>
2626
restart-shell=<Control-Key-F6>
27-
open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C>
28-
open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M>
27+
open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C> <Meta-Key-C>
28+
open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M> <Meta-Key-M>
2929
open-new-window=<Control-Key-n> <Control-Key-N>
3030
open-window-from-file=<Control-Key-o> <Control-Key-O>
3131
plain-newline-and-indent=<Control-Key-j> <Control-Key-J>
3232
print-window=<Control-Key-p> <Control-Key-P>
33-
redo=<Control-Shift-Key-Z>
33+
redo=<Control-Shift-Key-Z> <Control-Shift-Key-z>
3434
remove-selection=<Key-Escape>
35-
save-copy-of-window-as-file=<Alt-Shift-Key-S>
36-
save-window-as-file=<Control-Shift-Key-S>
37-
save-window=<Control-Key-s>
38-
select-all=<Control-Key-a>
35+
save-copy-of-window-as-file=<Alt-Shift-Key-S> <Alt-Shift-Key-s>
36+
save-window-as-file=<Control-Shift-Key-S> <Control-Shift-Key-s>
37+
save-window=<Control-Key-s> <Control-Key-S>
38+
select-all=<Control-Key-a> <Control-Key-A>
3939
toggle-auto-coloring=<Control-Key-slash>
4040
undo=<Control-Key-z> <Control-Key-Z>
4141
find=<Control-Key-f> <Control-Key-F>
42-
find-again=<Control-Key-g> <Key-F3>
42+
find-again=<Control-Key-g> <Key-F3> <Control-Key-G>
4343
find-in-files=<Alt-Key-F3> <Meta-Key-F3>
4444
find-selection=<Control-Key-F3>
4545
replace=<Control-Key-h> <Control-Key-H>
46-
goto-line=<Alt-Key-g> <Meta-Key-g>
46+
goto-line=<Alt-Key-g> <Meta-Key-g> <Alt-Key-G> <Meta-Key-G>
4747
smart-backspace=<Key-BackSpace>
4848
newline-and-indent=<Key-Return> <Key-KP_Enter>
4949
smart-indent=<Key-Tab>
@@ -53,8 +53,8 @@ comment-region=<Alt-Key-3> <Meta-Key-3>
5353
uncomment-region=<Alt-Key-4> <Meta-Key-4>
5454
tabify-region=<Alt-Key-5> <Meta-Key-5>
5555
untabify-region=<Alt-Key-6> <Meta-Key-6>
56-
toggle-tabs=<Alt-Key-t> <Meta-Key-t> <Alt-Key-T>
57-
change-indentwidth=<Alt-Key-u> <Meta-Key-u> <Alt-Key-U>
56+
toggle-tabs=<Alt-Key-t> <Meta-Key-t> <Alt-Key-T> <Meta-Key-T>
57+
change-indentwidth=<Alt-Key-u> <Meta-Key-u> <Alt-Key-U> <Meta-Key-U>
5858
del-word-left=<Control-Key-BackSpace>
5959
del-word-right=<Control-Key-Delete>
6060

0 commit comments

Comments
 (0)