*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 11 Nov 2010 06:46:38 +0100
changeset 1121 9c20a29fe90b
parent 1120 98f5fbe9e3ec
child 1122 715da7750a21
*** empty log message ***
keyboard.rc
--- a/keyboard.rc	Thu Nov 11 06:45:04 2010 +0100
+++ b/keyboard.rc	Thu Nov 11 06:46:38 2010 +0100
@@ -72,7 +72,7 @@
 map bindValue:#UserInterrupt to:#Break.     "WIN"
 map bindValue:#UserInterrupt to:#Pause.     "X11"
 map bindValue:#UserAbort     to:#CtrlCancel."WIN: abort window process, but no debugger"
-map bindValue:#UserAbort     to:#CtrlBreak. "X11: bort window process, but no debugger"
+map bindValue:#UserAbort     to:#CtrlBreak. "X11: abort window process, but no debugger"
 map bindValue:#FlushInput     to:#CtrlX.    "flush typeahead input"
 map bindValue:#DestroyView    to:#CmdCtrlX. "to destroy dead views"
 map bindValue:#DestroyTopView to:#CmdCtrlx. "to destroy dead views"
@@ -469,6 +469,6 @@
 map bindValue:$# to:#'Cmd#'.
 
 map bindValue:#UserInterrupt to:#'Cmd.' .     "/ for squeak compatibility
-map bindValue:#UserInterrupt to:#'Ctrl.' .    "/ for vw compatibility
+"/ map bindValue:#UserInterrupt to:#'Ctrl.' .    "/ for vw compatibility
 
 !