[Idle-dev] CVS: idle config-keys.def,1.11,1.12

Tony Lownds tonylownds@users.sourceforge.net
Sun, 22 Sep 2002 17:57:13 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv9963

Modified Files:
	config-keys.def 
Log Message:
Added new standard keybinding set for Macs.

Index: config-keys.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-keys.def,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** config-keys.def	14 Sep 2002 03:18:43 -0000	1.11
--- config-keys.def	23 Sep 2002 00:57:10 -0000	1.12
***************
*** 100,101 ****
--- 100,146 ----
  toggle-tabs=<Alt-Key-t>
  change-indentwidth=<Alt-Key-u>
+ [IDLE Classic Mac]
+ copy=<Command-Key-c>
+ cut=<Command-Key-x>
+ paste=<Command-Key-v>
+ beginning-of-line= <Key-Home>
+ center-insert=<Control-Key-l>
+ close-all-windows=<Command-Key-q>
+ close-window=<Command-Key-w>
+ end-of-file=<Control-Key-d>
+ python-docs=<Key-F1>
+ python-context-help=<Shift-Key-F1> 
+ history-next=<Command-Key-n>
+ history-previous=<Shift-Command-Key-n>
+ interrupt-execution=<Control-Key-c>
+ open-class-browser=<Command-Key-b>
+ open-module=<Command-Key-m>
+ open-new-window=<Command-Key-n>
+ open-window-from-file=<Command-Key-o>
+ plain-newline-and-indent=<Control-Key-j>
+ print-window=<Command-Key-p>
+ redo=<Shift-Command-Key-z> 
+ remove-selection=<Key-Escape>
+ save-window-as-file=<Shift-Command-Key-s>
+ save-window=<Command-Key-s>
+ save-copy-of-window-as-file=<Option-Command-Key-s>
+ select-all=<Command-Key-a>
+ toggle-auto-coloring=<Control-Key-slash>
+ undo=<Command-Key-z>
+ find=<Command-Key-f>
+ find-again=<Command-Key-g> <Key-F3>
+ find-in-files=<Command-Key-F3>
+ find-selection=<Shift-Command-Key-F3>
+ replace=<Command-Key-r>
+ goto-line=<Command-Key-j>
+ smart-backspace=<Key-BackSpace>
+ newline-and-indent=<Key-Return> <Key-KP_Enter>
+ smart-indent=<Key-Tab>
+ indent-region=<Command-Key-bracketright>
+ dedent-region=<Command-Key-bracketleft>
+ comment-region=<Control-Key-3>
+ uncomment-region=<Control-Key-4>
+ tabify-region=<Control-Key-5>
+ untabify-region=<Control-Key-6>
+ toggle-tabs=<Control-Key-t>
+ change-indentwidth=<Control-Key-u>