commit | 4ca222d4d5469bd0c9d188b9d007597798919260 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Oct 04 22:48:34 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Oct 04 22:48:34 2012 +0300 |
tree | 8d81e3a210fb01b3b7f80e5b04a576c60d5edf54 | |
parent | fc990e942fb55be78e8352f4913749e91cac381d [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>