adlofts created page: manual vised edit authored by Andrew Lofts's avatar Andrew Lofts
......@@ -13,14 +13,19 @@ If you already have a configuration file you can load it by clicking `|Load Vise
# Visual Editing Options
**Quick Event Create**
* String event type to immediately add (without pop up window) when alternate press ([ctrl + left-click] or [right-click]) is executed on the eegplot data axis. This option overwrites any other specification for altselectcommand at run time [Default = '' = no quick event].
* String event type to immediately add (without pop up window) when alternate press ([ctrl + left-click] or [right-click]) is executed on the eegplot data axis. This option overwrites any other specification for altselectcommand at run time {Default = '' = no quick event}.
**Quick Event Remove**
* Enable single click event removal (no pop up GUI).
* "ext_press" = remove event when [Shift + left-click] is executed on events in the eegplot figure axis.
* "alt_press" = remove event when [Ctrl + left-click] or [righ-click] is executed on events in the eegplot figure axis.
* "alt_press" = remove event when [Ctrl + left-click] or [right-click] is executed on events in the eegplot figure axis.
* When set to "alt_press" this option will overwrite any other specification for altselectcommand at run time.
* When set to "ext_select" this option will overwrite any other specification for extselectcommand (including quick_evtmk) at run time.
* When set to "ext_select" this option will overwrite any other specification for extselectcommand (including quick_evtmk) at run time.
**Quick Channel Flagging**
* Enable single click channel flag toggle (no pop up GUI).
* "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.
......
......