Keyboard.wsp
changeset 1332 492c9ce27890
parent 1118 fdcbc952b19c
child 1339 92c57727d638
equal deleted inserted replaced
1331:c1a5652c754e 1332:492c9ce27890
     1 Keyboard ShortCuts reference:
     1 Keyboard ShortCuts reference:
     2 =============================
     2 =============================
     3 (see also the HTML online documentation, or the Launcher's "Settings-Keyboard" dialog).
     3 (see also the HTML online documentation, or the Launcher's "Settings-Keyboard" dialog).
     4 
     4 
       
     5 For Smalltalkers, the most useful key first:
       
     6 ============================================
       
     7     CTRL-. or Pause/Break  is "interrupt & enter debugger"
       
     8     but also CMD-.
       
     9 
     5 Attention: Recent Changes:
    10 Attention: Recent Changes:
     6 ==========================
       
     7 F2      Was changed from CodeCompletion to Rename (for win32 compatibility);
    11 F2      Was changed from CodeCompletion to Rename (for win32 compatibility);
     8 	If you don't like that, see & edit the "keyboard.rc" file.
    12 	If you don't like that, see & edit the "keyboard.rc" file.
     9 	CTRL-SPACE still works for completion.
    13 	CTRL-SPACE still works for completion.
    10 
    14 
    11 ALT-SPACE sniplet insertion has been added (try typing <t><s><ALT-SPACE>)
    15 ALT-SPACE sniplet insertion has been added (try typing <t><s><ALT-SPACE>)
    20     case matters; Ctrl-a is different from Ctrl-A  (Ctrl-Shift-a)
    24     case matters; Ctrl-a is different from Ctrl-A  (Ctrl-Shift-a)
    21 
    25 
    22 Notice3:
    26 Notice3:
    23     the settings are defined during startup, by reading the
    27     the settings are defined during startup, by reading the
    24     file: "keyboard.rc" - if you don't like the settings, change them !
    28     file: "keyboard.rc" - if you don't like the settings, change them !
    25 
       
    26 For Smalltalkers, the most useful key first:
       
    27     CTRL-c (unix) or Pause/Break (win) is: "interrupt & enter debugger"
       
    28 
    29 
    29 Default Functionkey mapping (see "keyboard.rc" for details):
    30 Default Functionkey mapping (see "keyboard.rc" for details):
    30 ============================================================
    31 ============================================================
    31 
    32 
    32 Unix    Windows         Function
    33 Unix    Windows         Function