keyboard.rc
changeset 694 cabfa9d70688
parent 692 f35ce8775d13
child 697 3f8bde56a5a2
--- a/keyboard.rc	Fri Jul 14 19:36:24 2006 +0200
+++ b/keyboard.rc	Tue Aug 01 13:55:44 2006 +0200
@@ -424,7 +424,7 @@
 map bindValue:#'Alt'  to:#'Super_L'.
 map bindValue:#'Alt'  to:#'Hyper_R'.
 
-map bindValue:#UserInterrupt  to:#Ctrlc.    "interrupt window process"
+"/ 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"
@@ -439,6 +439,8 @@
 map bindValue:#ToggleInsertMode  to:#Ctrli.
 
 map bindValue:#Copy       to:#Cmdc.         "copy selection to buffer"
+map bindValue:#Copy       to:#Ctrlc.         "copy selection to buffer"
+
 map bindValue:#Cut        to:#Cmdx.         "cut selection into buffer"
 map bindValue:#Paste      to:#Cmdv.         "paste buffer or external selection"
 map bindValue:#Paste      to:#CmdV.         "paste buffer or external selection"
@@ -449,6 +451,7 @@
 map bindValue:#FindNext   to:#Cmdf.         "search fwd for last searchpattern or selection"
 map bindValue:#FindPrev   to:#Cmdb.         "search bwd for last searchpattern or selection"
 map bindValue:#SelectAll  to:#CmdA.         "that is Alt-shift-a"
+map bindValue:#SelectAll  to:#Ctrla.         "that is Alt-shift-a"
 map bindValue:#GotoLine   to:#Cmdg.
 map bindValue:#SelectWord to:#Cmdw.         "select word under cursor"
 map bindValue:#Undo       to:#Cmdu.
@@ -480,9 +483,10 @@
 map bindValue:#BeginOfText  to:#CtrlHome.
 map bindValue:#EndOfText    to:#CtrlEnd.
 
-map bindValue:#BeginOfLine  to:#Ctrla.
+"/ map bindValue:#BeginOfLine  to:#Ctrla.
 map bindValue:#EndOfLine    to:#Ctrle.
 map bindValue:#NextWord     to:#Ctrlw.
+map bindValue:#EndOfWord    to:#CtrlW.
 map bindValue:#NextWord     to:#CtrlCursorRight.
 map bindValue:#PreviousWord to:#CtrlCursorLeft.