Change key binding to avoid conflict.

This commit is contained in:
Tony Lownds 2002-09-29 00:10:15 +00:00
parent d63071b05f
commit 6565b261b6

View 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>