keyboard.rc
changeset 715 529ebe47d1e9
parent 705 de17c83c0068
child 716 b89dd0c733b0
--- a/keyboard.rc	Thu Sep 21 09:52:57 2006 +0200
+++ b/keyboard.rc	Thu Sep 21 16:42:57 2006 +0200
@@ -424,7 +424,12 @@
 map bindValue:#'Alt'  to:#'Super_L'.
 map bindValue:#'Alt'  to:#'Hyper_R'.
 
+map bindValue:#UserInterrupt  to:#CtrlBreak."user interrupt / debugger"
+map bindValue:#UserInterrupt  to:#Ctrlbar.  "user interrupt / debugger"
+map bindValue:#UserInterrupt  to:#Ctrlbackslash.  "user interrupt / debugger"
+map bindValue:#UserInterrupt  to:#CtrlC.    "user interrupt / debugger"
 "/ map bindValue:#UserInterrupt  to:#Ctrlc.    "interrupt window process"
+
 map bindValue:#UserAbort      to:#Ctrly.    "abort window process, but no debugger"
 map bindValue:#FlushInput     to:#CtrlX.    "flush typeahead input"
 map bindValue:#DestroyView    to:#CmdCtrlX. "to destroy dead views"
@@ -440,6 +445,10 @@
 map bindValue:#BrowseIt   to:#CtrlB.
 map bindValue:#ImplementorsOfIt   to:#CmdI.
 
+map bindValue:#Copy          to:#Ctrlc.     "copy selection to buffer"
+map bindValue:#Cut           to:#Ctrlx.     "cut selection into buffer"
+map bindValue:#Paste         to:#Ctrlv.     "paste buffer or external selection"
+
 map bindValue:#ToggleInsertMode  to:#Ctrli.
 
 map bindValue:#Copy       to:#Cmdc.         "copy selection to buffer"
@@ -471,7 +480,6 @@
 map bindValue:#Explain    to:#Cmdh.
 map bindValue:#Format     to:#CmdF.         "that is Alt-shift-F"
 "/ map bindValue:#Format     to:#CtrlF.        "that is Ctrl-shift-F"
-
 "/ map bindValue:#DeleteLine to:#CtrlX.
 
 map bindValue:#NextPage     to:#Next.    "typically labelled PageDown on keyboard"
@@ -697,11 +705,12 @@
 "/ my personal preferences - comment it, if you do not like them
 "/ bind function and other keys as:
 "/
-"/ F1            - again
+"/ F1            - help
 "/ F2            - completion
 "/ F3            - comment-it
 "/ F4            - uncomment-it
 "/ F5            - paste shell output
+"/ F8            - again
 "/ F9            - undent by 4
 "/ F10           - indent by 4
 "/ Control-R     - Compose key
@@ -710,7 +719,8 @@
 "/
 "/ convenient functions on the keyboard
 "/
-map bindValue:#Again         to:#F1.
+map bindValue:#Help          to:#F1.
+map bindValue:#Again         to:#F8.
 map bindValue:#UserInterrupt to:#Break.
 "/ map bindValue:#PrintIt       to:#Print.      "/ called PrintScreen on most keyboards
 "/ map bindValue:#InspectIt     to:#Execute.    "/ called SysReq on most keyboards