[Idle-dev] CVS: idle config-keys.def,1.10,1.11
Kurt B. Kaiser
kbk@users.sourceforge.net
Fri, 13 Sep 2002 20:18:45 -0700
- Previous message: [Idle-dev] CVS: idle configHandler.py,1.23,1.24
- Next message: [Idle-dev] CVS: idle AutoIndent.py,1.5,NONE IdleConf.py,1.4,NONE MultiScrolledLists.py,1.3,NONE Separator.py,1.3,NONE config-unix.txt,1.2,NONE config-win.txt,1.2,NONE config.txt,1.5,NONE eventparse.py,1.2,NONE keydefs.py,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv30813
Modified Files:
config-keys.def
Log Message:
MERGE DS_RPC_BRANCH into MAIN:
config-keys.def
AutoIndent merged 21Jul
Index: config-keys.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-keys.def,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** config-keys.def 11 Jun 2002 04:45:34 -0000 1.10
--- config-keys.def 14 Sep 2002 03:18:43 -0000 1.11
***************
*** 42,45 ****
--- 42,56 ----
replace=<Control-Key-h>
goto-line=<Alt-Key-g>
+ smart-backspace=<Key-BackSpace>
+ newline-and-indent=<Key-Return> <Key-KP_Enter>
+ smart-indent=<Key-Tab>
+ indent-region=<Control-Key-bracketright>
+ dedent-region=<Control-Key-bracketleft>
+ comment-region=<Alt-Key-3>
+ uncomment-region=<Alt-Key-4>
+ tabify-region=<Alt-Key-5>
+ untabify-region=<Alt-Key-6>
+ toggle-tabs=<Alt-Key-t>
+ change-indentwidth=<Alt-Key-u>
[IDLE Classic Unix]
***************
*** 78,79 ****
--- 89,101 ----
replace=<Control-Key-r>
goto-line=<Alt-Key-g> <Meta-Key-g>
+ smart-backspace=<Key-BackSpace>
+ newline-and-indent=<Key-Return> <Key-KP_Enter>
+ smart-indent=<Key-Tab>
+ indent-region=<Control-Key-bracketright>
+ dedent-region=<Control-Key-bracketleft>
+ comment-region=<Alt-Key-3>
+ uncomment-region=<Alt-Key-4>
+ tabify-region=<Alt-Key-5>
+ untabify-region=<Alt-Key-6>
+ toggle-tabs=<Alt-Key-t>
+ change-indentwidth=<Alt-Key-u>
- Previous message: [Idle-dev] CVS: idle configHandler.py,1.23,1.24
- Next message: [Idle-dev] CVS: idle AutoIndent.py,1.5,NONE IdleConf.py,1.4,NONE MultiScrolledLists.py,1.3,NONE Separator.py,1.3,NONE config-unix.txt,1.2,NONE config-win.txt,1.2,NONE config.txt,1.5,NONE eventparse.py,1.2,NONE keydefs.py,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]