Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ca222d

Browse files
committed
Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
1 parent fc990e9 commit 4ca222d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/idlelib/config-extensions.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ zoom-height=<Alt-Key-2>
4646

4747
[ScriptBinding]
4848
enable=1
49+
enable_shell=0
50+
enable_editor=1
4951
[ScriptBinding_cfgBindings]
5052
run-module=<Key-F5>
5153
check-module=<Alt-Key-x>

0 commit comments

Comments
 (0)