diff options
Diffstat (limited to 'Lib/idlelib/config-extensions.def')
-rw-r--r-- | Lib/idlelib/config-extensions.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def index 2d458d9..1a02805 100644 --- a/Lib/idlelib/config-extensions.def +++ b/Lib/idlelib/config-extensions.def @@ -1,5 +1,5 @@ # IDLE reads several config files to determine user preferences. This -# file is the default config file for idle extensions settings. +# file is the default configuration 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 @@ -11,6 +11,10 @@ # present, ExtensionName_cfgBindings defines virtual event bindings for the # extension that may be sensibly re-configured. +# Currently it is necessary to manually modify this file to change extension +# key bindings. Note: If a keybinding is already in use when the extension is +# loaded, the extension's virtual event's keybinding will be set to ''. + # See config-keys.def for notes on specifying keys. [FormatParagraph] |