commit | 45c0766c02b7c6344e37554c72ec0d8273d089eb | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Oct 04 22:52:07 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Oct 04 22:52:07 2012 +0300 |
tree | a7e4fb3a388812c446ebdceaf01cca9d92694af3 | |
parent | debda5d4e23d6ab18175995dbce4afba55f0baff [diff] [blame] |
Issue #14997: disable <F5> in idle shell window. Thanks to Roger Serwy for patch.
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 @@ [ScriptBinding] enable=1 +enable_shell=0 +enable_editor=1 [ScriptBinding_cfgBindings] run-module=<Key-F5> check-module=<Alt-Key-x>