Keyboard.wsp
changeset 1372 236da1055552
parent 1352 d56b9df810c5
child 1404 9b26d165bcba
--- a/Keyboard.wsp	Sat Feb 14 12:23:18 2015 +0100
+++ b/Keyboard.wsp	Sat Feb 14 14:02:55 2015 +0100
@@ -18,6 +18,8 @@
 
 Notice1:
     for most systems: the CMD-key is mapped to the left ALT-key.
+    This includes the Mac, where currently the Apple-CMD key is used
+    by Xquartz (which is a little annoying at times).
 
 Notice2:
     case matters; CMD-a is different from CMD-A  (CMD-Shift-a)
@@ -25,10 +27,20 @@
 
 Notice3:
     the settings are defined during startup, by reading the
-    file: "keyboard.rc" - if you don't like the settings, change them !
+    file: "keyboard.rc".
+    In our lab, we are working across all kinds of systems (windows,
+    osx, linux), but always in Smalltalk. So the keyboard settings
+    are set to be the same across them. Therefore, some keys behave
+    different from the native OS's standard.
+    If you don't like the settings, change them!
 
-Default Functionkey mapping (see "keyboard.rc" for details):
-============================================================
+Notice4:
+    You can add your own keyboard macros and/or change the shortKey
+    mapping, by modifying the file "keyboard.rc" (make a save copy first).
+    The either restart ST/X, or file-in the modified one.
+
+Default Function Key Mapping (see "keyboard.rc" for details):
+=============================================================
 
 Unix    Windows         Function
 ----------------------------------------------------------------------------------------
@@ -60,7 +72,7 @@
 CMD-S   CMD-S           Save as (a file)
 
 CMD-Tab                 Focus next (unless eaten by windowManager)
-CMD-CRSR-x              Focus next/previous (unless eaten by windowManager)
+CMD-Cursor              Focus next/previous (unless eaten by windowManager)
 
 CMD-.                   Interrupt - enter debugger
 BREAK                   Interrupt - enter debugger
@@ -119,9 +131,6 @@
 Shift-Delete            Delete followup spaces up to the next non-space
 
 
-Notice4: You can add your own keyboard macros and/or change the shortKey
-	 mapping by modifying the file "keyboard.rc"
-
 
 Special (national) Characters:
 =============================