]> granicus.if.org Git - python/commitdiff
Issue #14997: disable <F5> in idle shell window.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 4 Oct 2012 19:52:07 +0000 (22:52 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 4 Oct 2012 19:52:07 +0000 (22:52 +0300)
Thanks to Roger Serwy for patch.

Lib/idlelib/config-extensions.def

index 78b68f6b56f24e5501a9ed5983c40343e8ab390c..39e69ce20d4f8eb41fcd4fdbf806aaaf74f2df17 100644 (file)
@@ -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>