Commit 318016be authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

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"
parent 7af24bd2
...@@ -2,14 +2,15 @@ ...@@ -2,14 +2,15 @@
# file is the default config file for idle extensions settings. # file is the default config file for idle extensions settings.
# #
# Each extension must have at least one section, named after the extension # Each extension must have at least one section, named after the extension
# module. This section must contain an 'enable' item (=1 to enable the # module. This section must contain an 'enable' item (=1 to enable the
# extension, =0 to disable it) and also contains any other general configuration # extension, =0 to disable it) and also contains any other general
# items for the extension. Each extension may also define up to two optional # configuration items for the extension. Each extension may also define up to
# sections named ExtensionName_bindings and ExtensionName_cfgBindings. If # two optional sections named ExtensionName_bindings and
# present, ExtensionName_bindings defines virtual event bindings for the # ExtensionName_cfgBindings. If present, ExtensionName_bindings defines virtual
# extension that are not sensibly re-configurable. If present, # event bindings for the extension that are not sensibly re-configurable. If
# ExtensionName_cfgBindings defines virtual event bindings for the extension # present, ExtensionName_cfgBindings defines virtual event bindings for the
# that may be sensibly re-configured. # extension that may be sensibly re-configured.
# See config-keys.def for notes on specifying keys. # See config-keys.def for notes on specifying keys.
[FormatParagraph] [FormatParagraph]
...@@ -25,20 +26,13 @@ expand-word=<Alt-Key-slash> ...@@ -25,20 +26,13 @@ expand-word=<Alt-Key-slash>
[ZoomHeight] [ZoomHeight]
enable=1 enable=1
[ZoomHeight_cfgBindings] [ZoomHeight_cfgBindings]
zoom-height=<Alt-Key-F2> zoom-height=<Alt-Key-h>
#[ExecBinding] # Revert to ScriptBinding
#enable=1
#[ExecBinding_cfgBindings]
#run-complete-script=<Key-F5>
#stop-execution=<Key-Cancel>
[ScriptBinding] [ScriptBinding]
enable=1 enable=1
[ScriptBinding_cfgBindings] [ScriptBinding_cfgBindings]
run-script=<Key-F5> run-script=<Key-F5>
#check-module=<Alt-Key-F5> check-module=<Alt-Key-x>
#import-module=<Control-Key-F5>
[CallTips] [CallTips]
enable=1 enable=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment