diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 19:50:58 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 19:50:58 (GMT) |
commit | 6964f4b790470e1dcefb77d51166268e6676d068 (patch) | |
tree | c16887544474867d76b185e6134440a4d1cc4ab9 /Lib/idlelib | |
parent | 456b2b8777533ce0edf1690203ee50e6e59d9fab (diff) | |
parent | eb0314f5a80dfcff1f55391a57dde5b1d94487fb (diff) | |
download | cpython-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.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> |