diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 19:50:13 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 19:50:13 (GMT) |
commit | eb0314f5a80dfcff1f55391a57dde5b1d94487fb (patch) | |
tree | d1433211ddbdacd52fff3053865290c2e4e293b1 | |
parent | ee329318db90d59a81b8d69a2ad8e32c0aa59cd9 (diff) | |
parent | 4ca222d4d5469bd0c9d188b9d007597798919260 (diff) | |
download | cpython-eb0314f5a80dfcff1f55391a57dde5b1d94487fb.zip cpython-eb0314f5a80dfcff1f55391a57dde5b1d94487fb.tar.gz cpython-eb0314f5a80dfcff1f55391a57dde5b1d94487fb.tar.bz2 |
Merge: Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
-rw-r--r-- | Lib/idlelib/config-extensions.def | 2 |
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> |