*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 13 Apr 2002 12:07:57 +0200
changeset 484 e0456a7071c4
parent 483 012186ce2d0d
child 485 df1e36a8c5ce
*** empty log message ***
keyboard.rc
--- a/keyboard.rc	Tue Feb 26 15:38:11 2002 +0100
+++ b/keyboard.rc	Sat Apr 13 12:07:57 2002 +0200
@@ -583,6 +583,7 @@
 "/ bind function and other keys as:
 "/
 "/ F1            - again
+"/ F2            - completion
 "/ F3            - comment-it
 "/ F4            - uncomment-it
 "/ F5            - paste shell output
@@ -602,17 +603,17 @@
 map bindValue:#SaveAs        to:#CmdS.
 
 "/ 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)
 "/ F12     -> macro IndentBy1 (indent by 1)
 "/ F11     -> macro UndentBy1 (undent by 1)
+"/ F2      -> completion
 "/ F3      -> commentSelection
 "/ F4      -> uncommentSelection
 
 "/ map bindValue:#ReplaceSelectionByUnixCommandsOutput  to:#F5.
-map bindValue:#CodeCompletion                        to:#F5.
+map bindValue:#CodeCompletion                        to:#F2.
 map bindValue:#ToggleTabs                            to:#CtrlTab.
 "/ map bindValue:#CmdF97 to:#F7.
 "/ map bindValue:#CmdF96 to:#F6.