Keyboard.wsp
changeset 561 18a5950a1d22
parent 560 895bae8bf8b8
child 562 05e64cbccb75
--- a/Keyboard.wsp	Fri Oct 10 15:25:47 2003 +0200
+++ b/Keyboard.wsp	Mon Oct 13 13:53:15 2003 +0200
@@ -12,84 +12,95 @@
     the settings are defined during startup, by reading the
     file: 'keyboard.rc' - if you dont like the settings, change them !
 
-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-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
+In the table below, 
+    (1) means: CTRL-<char> under windows.
+    (2) means: not available as keyboard shortCut under windows.
+
+CMD-a     (1)    Accept (compile or save)
+CMD-b     (1)    Backward search (last pattern backward)
+CMD-c     (1)    Copy
+CMD-d     (1)    DoIt
+CMD-e     (1)    ExplainIt
+CMD-f     (1)    Forward search (last pattern forward)
+CMD-g     (1)    Goto lineNumber
+CMD-h     (1)    Help (= explain)
+CMD-i     (1)    InspectIt
+CMD-m     (1)    select up to Matching parenthesis
+CMD-p     (1)    PrintIt
+CMD-r     (1)    Replace
+CMD-s     (1)    Search (open search dialog)
+CMD-v     (1)    paste 
+CMD-w     (1)    select Word under cursor
+CMD-x     (1)    cut
+CMD-z     (1)    popUpMenu
 
-CMD-A       select all
-CMD-B       browseIt
-CMD-L       enter/leave learn-macro mode (CMD-M to replayMacro)
-CMD-M       execute keyboard macro (CMD-L to learn)
-CMD-S       save as (a file)
+CMD-A     (1)    select All
+CMD-B     (1)    BrowseIt
+CMD-L     (1)    enter/leave Learn-macro mode (CMD-M to replayMacro)
+CMD-M     (1)    execute keyboard Macro (CMD-L to learn)
+CMD-S     (1)    Save as (a file)
 
-CMD-Tab     focus next (unless eaten by windowManager)
-CMD-CRSR-x  focus next/previous (unless eaten by windowManager)
+CMD-Tab          focus next (unless eaten by windowManager)
+CMD-CRSR-x       focus next/previous (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    (2)    goto begin of line
+CTRL-b    (2)    backward one page
+CTRL-c    (2)    interrupt - enter debugger
+CTRL-d    (2)    down half a page
+CTRL-e    (2)    goto end of line
+CTRL-f    (2)    forward one page
+CTRL-l           expand selection by one line
+CTRL-m           search matching parenthesis
+CTRL-u    (2)    up half a page
+CTRL-w           forward to next word
+CTRL-x    (2)    delete a line (cursor line)
+CTRL-y           interrupt - abort operation. do not enter debugger
 
 
-CTRL-A      select from begin of text
-CTRL-E      select from end of text
-CTRL-Home   goto begin of page/text
-CTRL-End    goto end of page/text
-CTRL-Tab    toggle 4/8 tabs (unless eaten by windowManager)
-CTRL-X      flush (trow away) typeahead input
+CTRL-A           select from begin of text
+CTRL-E           select from end of text
+CTRL-Home (2)    goto begin of page/text
+CTRL-End  (2)    goto end of page/text
+CTRL-Tab  (2)    toggle 4/8 tabs (unless eaten by windowManager)
+CTRL-X    (2)    flush (trow away) typeahead input
 
-CTRL-9      enclose the selected text in parenthesis
+CTRL-2           enclose the selected text in parenthesis / remove parenthesis
+CTRL-9           enclose the selected text in parenthesis / remove parenthesis
 
-F1          Again (repeat last cut/replace)
-F2          Code Completion (in new browser only) - experimental     
-F3          Comment selection      
-F4          Uncomment Selection
-F5          Paste unix-shell output (disabled)
-F6          Selection to UpperCase-first words
-F7          Selection to LowerCase
-F9          Undent by 4
-F10         Indent by 4
-F11         Undent by 1
-F12         Indent by 1
+F1               Again (repeat last cut/replace)
+F2               Code Completion (in new browser only) - experimental     
+F3               Comment selection      
+F4               Uncomment Selection
+F5               Paste unix-shell output (disabled)
+F6               Selection to UpperCase-first words
+F7               Selection to LowerCase
+F9               Undent by 4
+F10              Indent by 4
+F11              Undent by 1
+F12              Indent by 1
 
+PageUp           backward one page
+PageDown         forward one page
+Home             begin of line
+Shift-Home       begin of text
+End              end of line
+Shift-End        end of text
 
-Insert      Paste
-Home        Cursor Home
-Shift-Home  Cursor to begin of text
-End         Cursor to end of line
-Shift-End   Cursor to end of text
+Insert           Paste
+Home             Cursor Home
+Shift-Home       Cursor to begin of text
+End              Cursor to end of line
+Shift-End        Cursor to end of text
 
-CTRL(right)  Compose (try:  <Compose> <"> <a> )
+CTRL(right)      Compose (try:  <Compose> <"> <a> )
 
 
 
 Under Windows, the some keys are different:
 
-F1              Help/Explain
-F8              Again (repeat last cut/replace)
-Pause/Break     interrupt - enter debugger
+F1               Help/Explain
+F8               Again (repeat last cut/replace)
+Pause/Break      interrupt - enter debugger
 
 
 
@@ -136,7 +147,7 @@
     others:
 	Ð Þ þ ð × ÷ « » ² ³
     misc:
-	[ ] ~ @ { }  
+	[ ] ~ @ { } | 
 
 ---------------------------------------------------------------------------------------------------------
 This Documents Version: $Revision$