summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-04 22:50:13 +0300
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-04 22:50:13 +0300
commiteb0314f5a80dfcff1f55391a57dde5b1d94487fb (patch)
treed1433211ddbdacd52fff3053865290c2e4e293b1
parentee329318db90d59a81b8d69a2ad8e32c0aa59cd9 (diff)
parent4ca222d4d5469bd0c9d188b9d007597798919260 (diff)
downloadcpython-git-eb0314f5a80dfcff1f55391a57dde5b1d94487fb.tar.gz
Merge: Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
-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 78b68f6b56..39e69ce20d 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>