*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 08 Aug 2006 15:59:22 +0200
changeset 699 064fa3d9d0a5
parent 698 e180dcf9ca60
child 700 41229e5ba58c
*** empty log message ***
d_win32.rc
keyboard.rc
--- a/d_win32.rc	Tue Aug 08 13:21:56 2006 +0200
+++ b/d_win32.rc	Tue Aug 08 15:59:22 2006 +0200
@@ -42,8 +42,8 @@
 
 map bindValue:#Format        to:#CtrlF.
 
-map bindValue:#LearnKeyboardMacro    to:#CtrlL.
-map bindValue:#ExecuteKeyboardMacro  to:#CtrlM.
+"/ map bindValue:#LearnKeyboardMacro    to:#CtrlL.
+"/ map bindValue:#ExecuteKeyboardMacro  to:#CtrlM.
 
 map bindValue:#Help          to:#F1.
 map bindValue:#Again         to:#F8.
--- a/keyboard.rc	Tue Aug 08 13:21:56 2006 +0200
+++ b/keyboard.rc	Tue Aug 08 15:59:22 2006 +0200
@@ -446,10 +446,10 @@
 map bindValue:#Copy       to:#Ctrlc.         "copy selection to buffer"
 
 map bindValue:#Cut        to:#Cmdx.         "cut selection into buffer"
+map bindValue:#Cut        to:#Ctrlx.
 map bindValue:#Paste      to:#Cmdv.         "paste buffer or external selection"
+map bindValue:#Paste      to:#Ctrlv.
 map bindValue:#Paste      to:#CmdV.         "paste buffer or external selection"
-"/map bindValue:#Cut        to:#CtrlDelete.   "paste buffer or external selection"
-"/map bindValue:#Paste      to:#CtrlInsert.   "paste buffer or external selection"
 map bindValue:#Replace    to:#Cmdr.         "same as paste"
 map bindValue:#Replace    to:#Ctrlr.
 map bindValue:#Find       to:#Cmds.         "open searchbox"
@@ -463,6 +463,7 @@
 map bindValue:#GotoLine   to:#Ctrlg.
 map bindValue:#SelectWord to:#Cmdw.         "select word under cursor"
 map bindValue:#Undo       to:#Cmdu.
+map bindValue:#Undo       to:#Ctrlu.
 
 map bindValue:#Accept     to:#Cmda.
 map bindValue:#Accept     to:#Ctrls.
@@ -471,7 +472,7 @@
 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:#DeleteLine to:#Ctrlx.
 
 map bindValue:#NextPage     to:#Next.    "typically labelled PageDown on keyboard"
 map bindValue:#PreviousPage to:#Prior.   "typically labelled PageUp on keyboard"
@@ -745,8 +746,10 @@
 map bindValue:#CommentSelection to:#F3.
 map bindValue:#UncommentSelection to:#F4.
 
-map bindValue:#LearnKeyboardMacro to:#CmdL.
-map bindValue:#ExecuteKeyboardMacro to:#CmdM.
+"/ map bindValue:#LearnKeyboardMacro to:#CmdL.
+"/ map bindValue:#ExecuteKeyboardMacro to:#CmdM.
+map bindValue:#LearnKeyboardMacro   to:#CtrlF2.
+map bindValue:#ExecuteKeyboardMacro to:#CmdF2.
 
 map bindValue:#CodeCompletion     to:#F2.