... | ... | @@ -27,18 +27,24 @@ If you already have a configuration file you can load it by clicking `|Load Vise |
|
|
* "alt press" = toggle channel flag when Shift-left-click is executed on event in eegplot figure axis.
|
|
|
* "ext press" = toggle channel flag when Ctrl-left-click [or simple right-click] is executed on event in eegplot figure axis
|
|
|
|
|
|
***
|
|
|
|
|
|
**Select Command [selectcommand]**
|
|
|
* [cell array] list of 3 commands (strings) to run when the mouse button is down, when it is moving and when the mouse button is up.
|
|
|
|
|
|
**Extended Select [extselectcommand]**
|
|
|
**Extended Select Command [extselectcommand]**
|
|
|
* [cell array] list of 3 commands (strings) to run when the mouse button + SHIFT is down, when it is moving and when the mouse button is up.
|
|
|
|
|
|
**Alternate Select [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.
|
|
|
|
|
|
**Key Select Command [keyselectcommand]**
|
|
|
* [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.
|
|
|
|
|
|
***
|
|
|
All of the above select commands above use cell arrays to capture the field data. Make sure you follow the following structure.
|
|
|
|
|
|
|
|
|

|
|
|
**MORE DESCRIPTION ON ALL OF THESE ABOVE PICTURES WITH CELL STRING EXAMPLE ETC**
|
|
|
|
... | ... | |