Keyboard.wsp
changeset 1339 92c57727d638
parent 1332 492c9ce27890
child 1352 d56b9df810c5
equal deleted inserted replaced
1338:e9f5f9fffc24 1339:92c57727d638
     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:
     5 For Smalltalkers, the most useful key first:
     6 ============================================
     6 ============================================
     7     CTRL-. or Pause/Break  is "interrupt & enter debugger"
     7     Pause/Break             is the UserInterrupt key: "interrupt & enter debugger"
     8     but also CMD-.
     8     CTRL-. and also CMD-.   do the same, for all those used to VW or Squeak
     9 
     9 
    10 Attention: Recent Changes:
    10 Attention: Recent Changes:
    11 F2      Was changed from CodeCompletion to Rename (for win32 compatibility);
    11 F2      Was changed from CodeCompletion to Rename (for win32 compatibility);
    12 	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.
    13 	CTRL-SPACE still works for completion.
    13 	CTRL-SPACE still works for completion.
    63 CMD-CRSR-x              Focus next/previous (unless eaten by windowManager)
    63 CMD-CRSR-x              Focus next/previous (unless eaten by windowManager)
    64 
    64 
    65 CMD-.                   Interrupt - enter debugger
    65 CMD-.                   Interrupt - enter debugger
    66 BREAK                   Interrupt - enter debugger
    66 BREAK                   Interrupt - enter debugger
    67 CTRL-BREAK              Interrupt - abort operation. do not enter debugger
    67 CTRL-BREAK              Interrupt - abort operation. do not enter debugger
       
    68 CMD-Y                   Interrupt - abort operation. do not enter debugger
    68 
    69 
    69 CTRL-Tab                Backtab
    70 CTRL-Tab                Backtab
    70 Shift-Tab               Non-inserting tab (cursor movement only)
    71 Shift-Tab               Non-inserting tab (cursor movement only)
    71 Shift-Return            Non-inserting return (cursor movement only)
    72 Shift-Return            Non-inserting return (cursor movement only)
    72 
    73