*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 30 Dec 2001 18:30:13 +0100
changeset 481 e7ac8dea1db0
parent 480 c5c3ae2d0475
child 482 94e7d89d7844
*** empty log message ***
d_win32.rc
keyboard.rc
--- a/d_win32.rc	Mon Dec 17 17:28:49 2001 +0100
+++ b/d_win32.rc	Sun Dec 30 18:30:13 2001 +0100
@@ -39,6 +39,7 @@
 map bindValue:#FindAgain     to:#F3.   "/ search again in same direction
 map bindValue:#CommentSelection   to:#F4.
 map bindValue:#UncommentSelection to:#F5.
+map bindValue:#CodeCompletion     to:#F2.
 
 "/ map bindValue:#Cmdc          to:#Cmdc.
 "/ map bindValue:#Cmdx          to:#Cmdx.
--- a/keyboard.rc	Mon Dec 17 17:28:49 2001 +0100
+++ b/keyboard.rc	Sun Dec 30 18:30:13 2001 +0100
@@ -601,7 +601,8 @@
 
 map bindValue:#SaveAs        to:#CmdS.
 
-"/ F5      -> macro ReplaceSelectionByUnixCommandsOutput (unix command output paste)
+"/ xxxF5      -> macro ReplaceSelectionByUnixCommandsOutput (unix command output paste)
+"/ F5      -> codeCompletion
 "/ CtrlTab -> macro ToggleTabs (toggle 4/8 tabs)
 "/ F10     -> macro IndentBy4 (indent by 4)
 "/ F9      -> macro UndentBy4 (undent by 4)
@@ -610,7 +611,8 @@
 "/ F3      -> commentSelection
 "/ F4      -> uncommentSelection
 
-map bindValue:#ReplaceSelectionByUnixCommandsOutput  to:#F5.
+"/ map bindValue:#ReplaceSelectionByUnixCommandsOutput  to:#F5.
+map bindValue:#CodeCompletion                        to:#F5.
 map bindValue:#ToggleTabs                            to:#CtrlTab.
 "/ map bindValue:#CmdF97 to:#F7.
 "/ map bindValue:#CmdF96 to:#F6.
@@ -629,6 +631,7 @@
 map bindValue:#LearnKeyboardMacro to:#Cmdl.
 map bindValue:#ExecuteKeyboardMacro to:#CmdM.
 
+map bindValue:#CodeCompletion     to:#F2.
 
 "/
 "/ since some of my machines have german keyboards ;-)