summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTony Lownds <tony@lownds.com>2002-09-29 00:10:15 (GMT)
committerTony Lownds <tony@lownds.com>2002-09-29 00:10:15 (GMT)
commit6565b261b687078c0edf08cc68077adced0acdc0 (patch)
tree5ad20e3987e0fb085618d47ad057088719321c9e /Lib/idlelib
parentd63071b05fff9b4b151e9d5f62f795f0aba172d8 (diff)
downloadcpython-6565b261b687078c0edf08cc68077adced0acdc0.zip
cpython-6565b261b687078c0edf08cc68077adced0acdc0.tar.gz
cpython-6565b261b687078c0edf08cc68077adced0acdc0.tar.bz2
Change key binding to avoid conflict.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/config-keys.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def
index ebaffd4..821ee12 100644
--- a/Lib/idlelib/config-keys.def
+++ b/Lib/idlelib/config-keys.def
@@ -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>