... | ... | @@ -25,6 +25,14 @@ First is the keyboard key that you going to assign a certain action to. Next a c |
|
|
|
|
|
ve_eegplot and ve_edit function both contain different common actions you may want as hotkeys in them, some of which are outlined below. You can call as many key_action as you would like in the same function. You can also assign a key to call two different functions, by simply creating a new line and reusing the same designated key stroke.
|
|
|
|
|
|
### ve_eegplot
|
|
|
|
|
|
| **key_action** | **key_value** | **Description** |
|
|
|
|------------|-----------------|---------------------------------------------------|
|
|
|
| 'topoplot' | ? | Draws a topographic plot of the time selected |
|
|
|
| 'drawp' | ? | Refreshes and redraws the figure |
|
|
|
|
|
|
|
|
|
### ve_edit
|
|
|
|
|
|
| **key_action** | **key_value** | **Description** |
|
... | ... | @@ -40,13 +48,6 @@ ve_eegplot and ve_edit function both contain different common actions you may wa |
|
|
| 'pf' | ? | Moves 1 page forward, based on the time displayed |
|
|
|
| 'dm' | ? | ??????????? |
|
|
|
|
|
|
### ve_eegplot
|
|
|
|
|
|
| **key_action** | **key_value** | **Description** |
|
|
|
|------------|-----------------|---------------------------------------------------|
|
|
|
| 'topoplot' | ? | Draws a topographic plot of the time selected |
|
|
|
| 'drawp' | ? | Refreshes and redraws the figure |
|
|
|
|
|
|
Once you have input all of the keystokes that you want to be editing with you should make sure that the other configuration settings are set as you like them as well. Across the top of the pop up page there are four additional selections that were not in the configuration interface.
|
|
|

|
|
|
|
... | ... | |