adlofts created page: manual vised edit authored by Andrew Lofts's avatar Andrew Lofts
...@@ -27,18 +27,24 @@ If you already have a configuration file you can load it by clicking `|Load Vise ...@@ -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. * "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 * "ext press" = toggle channel flag when Ctrl-left-click [or simple right-click] is executed on event in eegplot figure axis
***
**Select Command [selectcommand]** **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. * [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. * [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. * [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]** **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. * [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.
![ketstringcommand](/uploads/2f96cf0a9d2babdee1514a259ca28a1d/ketstringcommand.png) ![ketstringcommand](/uploads/2f96cf0a9d2babdee1514a259ca28a1d/ketstringcommand.png)
**MORE DESCRIPTION ON ALL OF THESE ABOVE PICTURES WITH CELL STRING EXAMPLE ETC** **MORE DESCRIPTION ON ALL OF THESE ABOVE PICTURES WITH CELL STRING EXAMPLE ETC**
... ...
......