...
| Codeblock | ||||||
|---|---|---|---|---|---|---|
| 
 | ||||||
| {"newLI":"alt+n", "cpLI":"alt+k", "delLI":"alt+r", "selPrevLI":"alt+up"} | 
searchGlobal (boolean, [optional])
...
| Codeblock | ||||||
|---|---|---|---|---|---|---|
| 
 | ||||||
| {"new":"alt+n", "copy":"alt+k", "delete":"alt+r", "moveUp":"alt+u", "moveDown":"alt+i", "selectPrevious:"alt+up", "selectNext":"alt+down"} | 
Available id's are:
| id | description | 
|---|---|
| new | Add a new list entry | 
| copy | Copy the selected list entry | 
| delete | Delete the selected list entry | 
| moveUp | Move the selected list entry up | 
| moveDown | Move the selected list entry down | 
| selectPrevious | Selects the previous list entry | 
| selectNext | Selects the next list entry | 
If no simplifiedConf param is passed, the following default value is taken in place:
{"new":"alt+ctrl+n", "copy":"alt+ctrl+c", "delete":"alt+ctrl+d", "moveUp":"alt+ctrl+up", "moveDown":"alt+ctrl+down", "selectPrevious":"ctrl+up", "selectNext":"ctrl+down"}
searchGlobalList (boolean, [optional])
...