[Idle-dev] CVS: idle config-keys.def,1.14,1.15
Tony Lownds
tonylownds@users.sourceforge.net
Sat, 28 Sep 2002 17:10:18 -0700
Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv30691
Modified Files:
config-keys.def
Log Message:
Change key binding to avoid conflict.
Index: config-keys.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-keys.def,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** config-keys.def 26 Sep 2002 22:13:22 -0000 1.14
--- config-keys.def 29 Sep 2002 00:10:15 -0000 1.15
***************
*** 114,119 ****
python-docs=<Key-F1>
python-context-help=<Shift-Key-F1>
! history-next=<Command-Key-n>
! history-previous=<Shift-Command-Key-n>
interrupt-execution=<Control-Key-c>
open-class-browser=<Command-Key-b>
--- 114,119 ----
python-docs=<Key-F1>
python-context-help=<Shift-Key-F1>
! history-next=<Control-Key-n>
! history-previous=<Control-Key-p>
interrupt-execution=<Control-Key-c>
open-class-browser=<Command-Key-b>