Keyboard.wsp
changeset 467 247b89eb3134
child 469 33927bcbe3e9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keyboard.wsp	Wed Oct 24 00:27:22 2001 +0200
@@ -0,0 +1,71 @@
+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.