| ... | ... | @@ -14,20 +14,36 @@ the pop up that show up should look like the figure below: | 
| 
 | 
 | 
  
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
If you haven't already go check out the [Configuration Page]() in order to learn what each of these interface fields are. The most important field for this editing method is the *key select command [keyselectcommand]* as it is where you can define each of your editing key strokes. You will be creating a cell array of strings that should follow this pattern:  
 | 
| 
 | 
 | 
**key_press,function_called('key_action1','key_value1'...'key_action2','key_value2'...)**  
 | 
| 
 | 
 | 
Each on a separate line  
 | 
| 
 | 
 | 
* **key_press,function_called('key_action1','key_value1'...'key_action2','key_value2'...)**  
 | 
| 
 | 
 | 
* Each on a separate line    
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
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 is *ve_eegplot()* or  *ve_edit()*. These functions are explained on the [Function Page]() as well as in the built in matlab help command.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
   
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
ve_eegplot and ve_edit function both contain different key actions 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_edit   
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
| **key_action** | **key_value**       | **Description**                                       |
 | 
| 
 | 
 | 
|------------|-----------------|---------------------------------------------------|
 | 
| 
 | 
 | 
| 'qem'      | 'name_of_event' | Creates an event                                  |
 | 
| 
 | 
 | 
| 'qer'         | ?                                  | Removes an event                                  |
 | 
| 
 | 
 | 
| 'qcf'         | ?                                  | Flags a channel                                   |
 | 
| 
 | 
 | 
| 'sm'          | ?                                  | Selects a mark                                    |
 | 
| 
 | 
 | 
| 'awm'      | ?                                  | Creates a mark on the data selected by the winrej |
 | 
| 
 | 
 | 
| 'awr'        | ?                                  | Removes a mark on the data selected by the winrej |
 | 
| 
 | 
 | 
| 'apm'       | ?                                  | Applies a mark to the whole page window           |
 | 
| 
 | 
 | 
| 'rpm'        | ?                                  | Removes a mark from the whole page window         |
 | 
| 
 | 
 | 
| '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                            |
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| ... | ... |  | 
| ... | ... |  |