Keyboard.wsp
changeset 470 6cd368266530
parent 469 33927bcbe3e9
child 471 4f331b44095d
equal deleted inserted replaced
469:33927bcbe3e9 470:6cd368266530
    51 CTRL-End    goto end of text
    51 CTRL-End    goto end of text
    52 CTRL-Home   goto begin of text
    52 CTRL-Home   goto begin of text
    53 CTRL-Tab    toggle 4/8 tabs (unless eaten by windowManager)
    53 CTRL-Tab    toggle 4/8 tabs (unless eaten by windowManager)
    54 CTRL-X      flush (trow away) typeahead input
    54 CTRL-X      flush (trow away) typeahead input
    55 
    55 
    56 F1      Again (repeat last cut/replace)
    56 F1          Again (repeat last cut/replace)
    57 F2      
    57 F2      
    58 F3      Comment selection      
    58 F3          Comment selection      
    59 F4      Uncomment Selection
    59 F4          Uncomment Selection
    60 F5      Replace Selection by Unix output
    60 F5          Replace Selection by Unix output
    61 F6      Selection to UpperCase
    61 F6          Selection to UpperCase
    62 F7      Selection to LowerCase
    62 F7          Selection to LowerCase
    63 F9      Undent by 4
    63 F9          Undent by 4
    64 F10     Indent by 4
    64 F10         Indent by 4
    65 F11     Undent by 1
    65 F11         Undent by 1
    66 F12     Indent by 1
    66 F12         Indent by 1
    67 
    67 
    68 Notice3: all of the above settings are initially set in keyboard.rc.
    68 Notice3: all of the above settings are initially set in keyboard.rc.
    69 	 change this file for your private defaults.
    69 	 change this file for your private defaults.
    70 Notice4: we will change CMD- to CTRL- for compatibility with other systems.
    70 Notice4: we will change CMD- to CTRL- for compatibility with other systems.
    71 	 Be prepared.
    71 	 Be prepared.