From 318016be65e6d1d56af1dac1c02edf5dd1cbd15e Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Tue, 3 Dec 2002 20:34:43 +0000 Subject: 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" --- Lib/idlelib/config-extensions.def | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def index 2c0e81f..28f917d 100644 --- a/Lib/idlelib/config-extensions.def +++ b/Lib/idlelib/config-extensions.def @@ -2,14 +2,15 @@ # file is the default config file for idle extensions settings. # # Each extension must have at least one section, named after the extension -# module. This section must contain an 'enable' item (=1 to enable the -# extension, =0 to disable it) and also contains any other general configuration -# items for the extension. Each extension may also define up to two optional -# sections named ExtensionName_bindings and ExtensionName_cfgBindings. If -# present, ExtensionName_bindings defines virtual event bindings for the -# extension that are not sensibly re-configurable. If present, -# ExtensionName_cfgBindings defines virtual event bindings for the extension -# that may be sensibly re-configured. +# module. This section must contain an 'enable' item (=1 to enable the +# extension, =0 to disable it) and also contains any other general +# configuration items for the extension. Each extension may also define up to +# two optional sections named ExtensionName_bindings and +# ExtensionName_cfgBindings. If present, ExtensionName_bindings defines virtual +# event bindings for the extension that are not sensibly re-configurable. If +# present, ExtensionName_cfgBindings defines virtual event bindings for the +# extension that may be sensibly re-configured. + # See config-keys.def for notes on specifying keys. [FormatParagraph] @@ -25,20 +26,13 @@ expand-word= [ZoomHeight] enable=1 [ZoomHeight_cfgBindings] -zoom-height= - -#[ExecBinding] # Revert to ScriptBinding -#enable=1 -#[ExecBinding_cfgBindings] -#run-complete-script= -#stop-execution= +zoom-height= [ScriptBinding] enable=1 [ScriptBinding_cfgBindings] run-script= -#check-module= -#import-module= +check-module= [CallTips] enable=1 -- cgit v0.12