[Idle-dev] CVS: idle config-keys.def,1.16,1.17

Kurt B. Kaiser kbk@users.sourceforge.net
Thu, 16 Jan 2003 13:40:23 -0800


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

Modified Files:
	config-keys.def 
Log Message:
SF Bug 667812: Some Linux distros have Alt and Meta reversed.


Index: config-keys.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-keys.def,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** config-keys.def	4 Jan 2003 01:43:53 -0000	1.16
--- config-keys.def	16 Jan 2003 21:40:21 -0000	1.17
***************
*** 15,29 ****
  center-insert=<Control-Key-l>
  close-all-windows=<Control-Key-q>
! close-window=<Alt-Key-F4>
  do-nothing=<Control-Key-F12>
  end-of-file=<Control-Key-d>
  python-docs=<Key-F1>
  python-context-help=<Shift-Key-F1> 
! history-next=<Alt-Key-n>
! history-previous=<Alt-Key-p>
  interrupt-execution=<Control-Key-c>
  view-restart=<Key-F6>
! open-class-browser=<Alt-Key-c>
! open-module=<Alt-Key-m>
  open-new-window=<Control-Key-n>
  open-window-from-file=<Control-Key-o>
--- 15,29 ----
  center-insert=<Control-Key-l>
  close-all-windows=<Control-Key-q>
! close-window=<Alt-Key-F4> <Meta-Key-F4>
  do-nothing=<Control-Key-F12>
  end-of-file=<Control-Key-d>
  python-docs=<Key-F1>
  python-context-help=<Shift-Key-F1> 
! history-next=<Alt-Key-n> <Meta-Key-n>
! history-previous=<Alt-Key-p> <Meta-Key-p>
  interrupt-execution=<Control-Key-c>
  view-restart=<Key-F6>
! open-class-browser=<Alt-Key-c> <Meta-Key-c>
! open-module=<Alt-Key-m> <Meta-Key-m>
  open-new-window=<Control-Key-n>
  open-window-from-file=<Control-Key-o>
***************
*** 40,47 ****
  find=<Control-Key-f>
  find-again=<Control-Key-g> <Key-F3>
! find-in-files=<Alt-Key-F3>
  find-selection=<Control-Key-F3>
  replace=<Control-Key-h>
! goto-line=<Alt-Key-g>
  smart-backspace=<Key-BackSpace>
  newline-and-indent=<Key-Return> <Key-KP_Enter>
--- 40,47 ----
  find=<Control-Key-f>
  find-again=<Control-Key-g> <Key-F3>
! find-in-files=<Alt-Key-F3> <Meta-Key-F3>
  find-selection=<Control-Key-F3>
  replace=<Control-Key-h>
! goto-line=<Alt-Key-g> <Meta-Key-g>
  smart-backspace=<Key-BackSpace>
  newline-and-indent=<Key-Return> <Key-KP_Enter>
***************
*** 49,58 ****
  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]
--- 49,58 ----
  indent-region=<Control-Key-bracketright>
  dedent-region=<Control-Key-bracketleft>
! comment-region=<Alt-Key-3> <Meta-Key-3>
! uncomment-region=<Alt-Key-4> <Meta-Key-4>
! tabify-region=<Alt-Key-5> <Meta-Key-5>
! untabify-region=<Alt-Key-6> <Meta-Key-6>
! toggle-tabs=<Alt-Key-t> <Meta-Key-t>
! change-indentwidth=<Alt-Key-u> <Meta-Key-u>
  
  [IDLE Classic Unix]