]> granicus.if.org Git - python/commitdiff
Change key binding to avoid conflict.
authorTony Lownds <tony@lownds.com>
Sun, 29 Sep 2002 00:10:15 +0000 (00:10 +0000)
committerTony Lownds <tony@lownds.com>
Sun, 29 Sep 2002 00:10:15 +0000 (00:10 +0000)
Lib/idlelib/config-keys.def

index ebaffd4f9dea8be9aa0e44b25dc62e66fa862020..821ee12018248349aacb5fe3cb51570e545cac98 100644 (file)
@@ -113,8 +113,8 @@ do-nothing=<Control-Key-F12>
 end-of-file=<Control-Key-d>
 python-docs=<Key-F1>
 python-context-help=<Shift-Key-F1> 
-history-next=<Command-Key-n>
-history-previous=<Shift-Command-Key-n>
+history-next=<Control-Key-n>
+history-previous=<Control-Key-p>
 interrupt-execution=<Control-Key-c>
 open-class-browser=<Command-Key-b>
 open-module=<Command-Key-m>