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

Skip to content

Commit 318016b

Browse files
committed
Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix.
Zoom becomes Alt-H "height" Check Module becomes Alt-X "syntax"
1 parent 7af24bd commit 318016b

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

Lib/idlelib/config-extensions.def

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
# file is the default config file for idle extensions settings.
33
#
44
# Each extension must have at least one section, named after the extension
5-
# module. This section must contain an 'enable' item (=1 to enable the
6-
# extension, =0 to disable it) and also contains any other general configuration
7-
# items for the extension. Each extension may also define up to two optional
8-
# sections named ExtensionName_bindings and ExtensionName_cfgBindings. If
9-
# present, ExtensionName_bindings defines virtual event bindings for the
10-
# extension that are not sensibly re-configurable. If present,
11-
# ExtensionName_cfgBindings defines virtual event bindings for the extension
12-
# that may be sensibly re-configured.
5+
# module. This section must contain an 'enable' item (=1 to enable the
6+
# extension, =0 to disable it) and also contains any other general
7+
# configuration items for the extension. Each extension may also define up to
8+
# two optional sections named ExtensionName_bindings and
9+
# ExtensionName_cfgBindings. If present, ExtensionName_bindings defines virtual
10+
# event bindings for the extension that are not sensibly re-configurable. If
11+
# present, ExtensionName_cfgBindings defines virtual event bindings for the
12+
# extension that may be sensibly re-configured.
13+
1314
# See config-keys.def for notes on specifying keys.
1415

1516
[FormatParagraph]
@@ -25,20 +26,13 @@ expand-word=<Alt-Key-slash>
2526
[ZoomHeight]
2627
enable=1
2728
[ZoomHeight_cfgBindings]
28-
zoom-height=<Alt-Key-F2>
29-
30-
#[ExecBinding] # Revert to ScriptBinding
31-
#enable=1
32-
#[ExecBinding_cfgBindings]
33-
#run-complete-script=<Key-F5>
34-
#stop-execution=<Key-Cancel>
29+
zoom-height=<Alt-Key-h>
3530

3631
[ScriptBinding]
3732
enable=1
3833
[ScriptBinding_cfgBindings]
3934
run-script=<Key-F5>
40-
#check-module=<Alt-Key-F5>
41-
#import-module=<Control-Key-F5>
35+
check-module=<Alt-Key-x>
4236

4337
[CallTips]
4438
enable=1

0 commit comments

Comments
 (0)