@@ -38,15 +38,27 @@ If you already have a configuration file you can load it by clicking `|Load Vise
...
@@ -38,15 +38,27 @@ If you already have a configuration file you can load it by clicking `|Load Vise
**Alternate Select Command [altselectcommand]**
**Alternate Select Command [altselectcommand]**
* [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.
* [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.
* [cell array] each row is string containing a key character followed by "," then a command to execute when the key character is pressed while the pointer is over the data axis.
* [cell array] each row is string containing a key character followed by "," then a command to execute when the key character is pressed while the pointer is over the data axis.
***
This select command uses a cell array to capture the field data. Make sure you follow the following structure.
All of the above select commands above use cell arrays to capture the field data. Make sure you follow the following structure.
First is the keyboard key that you going to assign a certain action to. Next a comma, then the function that you be calling with this key press, most commonly this will be *ve_eegplot()* or *ve_edit()*. The inputs to these functions are explained in more detail on the [Edit Data Visually]() page.