We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63071b commit 6565b26Copy full SHA for 6565b26
Lib/idlelib/config-keys.def
@@ -113,8 +113,8 @@ do-nothing=<Control-Key-F12>
113
end-of-file=<Control-Key-d>
114
python-docs=<Key-F1>
115
python-context-help=<Shift-Key-F1>
116
-history-next=<Command-Key-n>
117
-history-previous=<Shift-Command-Key-n>
+history-next=<Control-Key-n>
+history-previous=<Control-Key-p>
118
interrupt-execution=<Control-Key-c>
119
open-class-browser=<Command-Key-b>
120
open-module=<Command-Key-m>
0 commit comments