Keyboard.wsp
author Claus Gittinger <cg@exept.de>
Wed, 24 Oct 2001 10:11:50 +0200
changeset 470 6cd368266530
parent 469 33927bcbe3e9
child 471 4f331b44095d
permissions -rw-r--r--
*** empty log message ***

Keyboard ShortCuts reference:

(see also the HTML online documentation, or the Launchers-Settings-Keyboard menu).


Notice1: on most systems, the CMD-key is mapped to the left ALT-key.
Notice2: case matters; CMD-a is different from CMD-A  (CMD-Shift-a)

CMD-a       accept (compile or save)
CMD-b       backward search (last pattern backward)
CMD-c       copy
CMD-d       doIt
CMD-e       explainIt
CMD-f       forward search (last pattern forward)
CMD-g       goto lineNumber
CMD-h       help (= explain)
CMD-i       inspectIt
CMD-l       enter/leave learn-macro mode (CMD-M to replayMacro)
CMD-m       select up to matching parenthesis
CMD-p       printIt
CMD-r       replace
CMD-s       search (open search dialog)
CMD-v       paste 
CMD-w       select word under cursor
CMD-x       cut
CMD-z       popUpMenu

CMD-A       select all
CMD-B       browseIt
CMD-M       execute keyboard macro (CMD-l to learn)
CMD-S       save as (a file)

CMD-Tab     focus next (unless eaten by windowManager)

CTRL-a      goto begin of line
CTRL-b      backward one page
CTRL-c      interrupt - enter debugger
CTRL-d      down half a page
CTRL-e      goto end of line
CTRL-f      forward one page
CTRL-l      expand selection by one line
CTRL-m      search matching parenthesis
CTRL-u      up half a page
CTRL-w      forward to next word
CTRL-x      delete a line (cursor line)
CTRL-y      interrupt - stop operation. do not enter debugger


CTRL-A      select from begin of text
CTRL-E      select from end of text
CTRL-End    goto end of text
CTRL-Home   goto begin of text
CTRL-Tab    toggle 4/8 tabs (unless eaten by windowManager)
CTRL-X      flush (trow away) typeahead input

F1          Again (repeat last cut/replace)
F2      
F3          Comment selection      
F4          Uncomment Selection
F5          Replace Selection by Unix output
F6          Selection to UpperCase
F7          Selection to LowerCase
F9          Undent by 4
F10         Indent by 4
F11         Undent by 1
F12         Indent by 1

Notice3: all of the above settings are initially set in keyboard.rc.
	 change this file for your private defaults.
Notice4: we will change CMD- to CTRL- for compatibility with other systems.
	 Be prepared.
Notice5: You can add your own keyboard macros and/or change the shortKey
	 mapping by modifying the file 'keyboard.rc'