Keyboard.wsp
changeset 471 4f331b44095d
parent 470 6cd368266530
child 499 6492e0435009
--- a/Keyboard.wsp	Wed Oct 24 10:11:50 2001 +0200
+++ b/Keyboard.wsp	Wed Oct 24 10:18:28 2001 +0200
@@ -54,7 +54,6 @@
 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
@@ -65,6 +64,26 @@
 F11         Undent by 1
 F12         Indent by 1
 
+
+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> )
+
+
+
+Under Windows, the some keys are different:
+
+F1          Help/Explain
+F8          Again (repeat last cut/replace)
+Pause/      interrupt - enter debugger
+    Break     
+
+
+
 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.