*** empty log message ***
authorfm
Tue, 30 Sep 2008 17:57:59 +0200
changeset 942 b96f7604b8e4
parent 941 e21bb7208cb8
child 943 f85e3d3635c5
*** empty log message ***
keyboard.rc
--- a/keyboard.rc	Tue Sep 30 17:55:47 2008 +0200
+++ b/keyboard.rc	Tue Sep 30 17:57:59 2008 +0200
@@ -118,7 +118,6 @@
 map bindValue:#Explain    to:#Cmde.
 map bindValue:#Explain    to:#Cmdh.
 map bindValue:#Format     to:#CmdF.             "that is Alt-shift-F"
-map bindValue:#ExpandAbbreviation   to:#Cmd .   "that is Alt-Space"
 "/ map bindValue:#Format     to:#CtrlF.        "that is Ctrl-shift-F"
 
 "/ map bindValue:#DeleteLine to:#CtrlX.
@@ -360,8 +359,8 @@
 "/
 "/ convenient functions on the keyboard
 "/
-map bindValue:#Help          to:#F1.
-map bindValue:#Again         to:#F8.
+map bindValue:#Help             to:#F1.
+map bindValue:#Again            to:#F8.
 map bindValue:#UserInterrupt to:#Break.
 map bindValue:#UserInterrupt to:#CtrlBreak.
 "/ map bindValue:#PrintIt       to:#Print.      "/ called PrintScreen on most keyboards
@@ -403,7 +402,9 @@
 map bindValue:#ExecuteKeyboardMacro to:#CmdF2.
 
 map bindValue:#CodeCompletion     to:#F2.
-map bindValue:#CodeCompletion     to:#'Ctrl '.
+map bindValue:#CodeCompletion     to:#'Ctrl '.  "that is Ctrl-Space"
+
+map bindValue:#ExpandAbbreviation to:#Cmd .     "that is Alt-Space"
 
 "/ map bindValue:#PasteBlockEvaluationsOutput to:#CmdV.