...
Available id's are:
id | description | default shortcut |
---|---|---|
new | Add a new list entry | alt + ctrl + n |
copy | Copy the selected list entry | alt + ctrl + c |
delete | Delete the selected list entry | alt + ctrl + d |
moveUp | Move the selected list entry up | alt + ctrl + up |
moveDown | Move the selected list entry down | alt + ctrl + down |
selectPrevious | Selects the previous list entry | ctrl + up |
selectNext | Selects the next list entry | ctrl + down |
If no simplifiedConf param is passed, the following defined 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])
...