adlofts created page: manual vised edit authored by Andrew Lofts's avatar Andrew Lofts
......@@ -41,7 +41,7 @@ The first group of configuration options deal with assigning hotkeys to differen
* [cell array] list of 3 commands (strings) to run when the mouse button + CTRL (or simple right press) is down, when it is moving and when the mouse button is up.
***
All of the above select commands above use cell arrays to capture the field data. Make sure you follow the following structure.
All of the select commands above use cell arrays to capture the field data. Make sure you use the following structure.
* **function_called('key_action1','key_value1'...'key_action2','key_value2'...)**
* Each on a new line with a semicolon at the end.
......
......