summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-04 19:50:58 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-04 19:50:58 (GMT)
commit6964f4b790470e1dcefb77d51166268e6676d068 (patch)
treec16887544474867d76b185e6134440a4d1cc4ab9 /Lib/idlelib
parent456b2b8777533ce0edf1690203ee50e6e59d9fab (diff)
parenteb0314f5a80dfcff1f55391a57dde5b1d94487fb (diff)
downloadcpython-6964f4b790470e1dcefb77d51166268e6676d068.zip
cpython-6964f4b790470e1dcefb77d51166268e6676d068.tar.gz
cpython-6964f4b790470e1dcefb77d51166268e6676d068.tar.bz2
Merge: Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/config-extensions.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def
index 78b68f6..39e69ce 100644
--- a/Lib/idlelib/config-extensions.def
+++ b/Lib/idlelib/config-extensions.def
@@ -46,6 +46,8 @@ zoom-height=<Alt-Key-2>
[ScriptBinding]
enable=1
+enable_shell=0
+enable_editor=1
[ScriptBinding_cfgBindings]
run-module=<Key-F5>
check-module=<Alt-Key-x>