Keyboard.wsp
changeset 467 247b89eb3134
child 469 33927bcbe3e9
equal deleted inserted replaced
466:457756b3653e 467:247b89eb3134
       
     1 Keyboard ShortCuts reference:
       
     2 
       
     3 (see also the HTML online documentation, or the Launchers-Settings-Keyboard menu).
       
     4 
       
     5 
       
     6 notice1: on most systems, the CMD-key is mapped to the left ALT-key.
       
     7 notice2: case matters; CMD-a is different from CMD-A  (CMD-Shift-a)
       
     8 
       
     9 CMD-a       accept (compile or save)
       
    10 CMD-b       backward search (last pattern backward)
       
    11 CMD-c       copy
       
    12 CMD-d       doIt
       
    13 CMD-e       explainIt
       
    14 CMD-f       forward search (last pattern forward)
       
    15 CMD-g       goto lineNumber
       
    16 CMD-h       help (= explain)
       
    17 CMD-i       inspectIt
       
    18 CMD-l       enter/leave learn-macro mode (CMD-M to replayMacro)
       
    19 CMD-m       select up to matching parenthesis
       
    20 CMD-p       printIt
       
    21 CMD-r       replace
       
    22 CMD-s       search (open search dialog)
       
    23 CMD-v       paste 
       
    24 CMD-w       select word under cursor
       
    25 CMD-x       cut
       
    26 CMD-z       popUpMenu
       
    27 
       
    28 CMD-A       select all
       
    29 CMD-B       browseIt
       
    30 CMD-M       execute keyboard macro (CMD-l to learn)
       
    31 CMD-S       save as (a file)
       
    32 
       
    33 CMD-Tab     focus next (unless eaten by windowManager)
       
    34 
       
    35 CTRL-a      goto begin of line
       
    36 CTRL-b      backward one page
       
    37 CTRL-c      interrupt - enter debugger
       
    38 CTRL-d      down half a page
       
    39 CTRL-e      goto end of line
       
    40 CTRL-f      forward one page
       
    41 CTRL-l      expand selection by one line
       
    42 CTRL-m      search matching parenthesis
       
    43 CTRL-u      up half a page
       
    44 CTRL-w      forward to next word
       
    45 CTRL-x      delete a line (cursor line)
       
    46 CTRL-y      interrupt - stop operation. do not enter debugger
       
    47 
       
    48 
       
    49 CTRL-A      select from begin of text
       
    50 CTRL-E      select from end of text
       
    51 CTRL-End    goto end of text
       
    52 CTRL-Home   goto begin of text
       
    53 CTRL-Tab    toggle 4/8 tabs (unless eaten by windowManager)
       
    54 CTRL-X      flush (trow away) typeahead input
       
    55 
       
    56 F1      Again (repeat last cut/replace)
       
    57 F2      
       
    58 F3      Comment selection      
       
    59 F4      Uncomment Selection
       
    60 F5      Replace Selection by Unix output
       
    61 F6      Selection to UpperCase
       
    62 F7      Selection to LowerCase
       
    63 F9      Undent by 4
       
    64 F10     Indent by 4
       
    65 F11     Undent by 1
       
    66 F12     Indent by 1
       
    67 
       
    68 Notice3: all of the above settings are initially set in keyboard.rc.
       
    69 	 change this file for your private defaults.
       
    70 Notice4: we will change CMD- to CTRL- for compatibility with other systems.
       
    71 	 Be prepared.