# HG changeset patch # User fm # Date 1222790279 -7200 # Node ID b96f7604b8e413474e259e551206ceaeb0bba9b2 # Parent e21bb7208cb8ef7cd3dc49e6bf52186de3c3c833 *** empty log message *** diff -r e21bb7208cb8 -r b96f7604b8e4 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.