[Idle-dev] CVS: idle config-extensions.def,1.7,1.8

Kurt B. Kaiser kbk@users.sourceforge.net
Tue, 03 Dec 2002 12:34:46 -0800


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv9502

Modified Files:
	config-extensions.def 
Log Message:
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"


Index: config-extensions.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-extensions.def,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** config-extensions.def	14 Sep 2002 03:15:06 -0000	1.7
--- config-extensions.def	3 Dec 2002 20:34:43 -0000	1.8
***************
*** 3,14 ****
  #
  # 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.
  # See config-keys.def for notes on specifying keys.
  
--- 3,15 ----
  #
  # 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.
! 
  # See config-keys.def for notes on specifying keys.
  
***************
*** 26,36 ****
  enable=1
  [ZoomHeight_cfgBindings]
! zoom-height=<Alt-Key-F2>
! 
! #[ExecBinding]  # Revert to ScriptBinding
! #enable=1
! #[ExecBinding_cfgBindings]
! #run-complete-script=<Key-F5>
! #stop-execution=<Key-Cancel>
  
  [ScriptBinding]
--- 27,31 ----
  enable=1
  [ZoomHeight_cfgBindings]
! zoom-height=<Alt-Key-h>
  
  [ScriptBinding]
***************
*** 38,43 ****
  [ScriptBinding_cfgBindings]
  run-script=<Key-F5>
! #check-module=<Alt-Key-F5>
! #import-module=<Control-Key-F5>
  
  [CallTips]
--- 33,37 ----
  [ScriptBinding_cfgBindings]
  run-script=<Key-F5>
! check-module=<Alt-Key-x>
  
  [CallTips]