Skip to content

Commit 6565b26

Browse files
committed
Change key binding to avoid conflict.
1 parent d63071b commit 6565b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/idlelib/config-keys.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ do-nothing=<Control-Key-F12>
113113
end-of-file=<Control-Key-d>
114114
python-docs=<Key-F1>
115115
python-context-help=<Shift-Key-F1>
116-
history-next=<Command-Key-n>
117-
history-previous=<Shift-Command-Key-n>
116+
history-next=<Control-Key-n>
117+
history-previous=<Control-Key-p>
118118
interrupt-execution=<Control-Key-c>
119119
open-class-browser=<Command-Key-b>
120120
open-module=<Command-Key-m>

0 commit comments

Comments
 (0)