| Key | Action
|
|
| Left Arrow | Shift the list left one column.
|
| Right Arrow | Shift the list right one column.
|
| Up Arrow | Select the previous item in the list.
|
| Down Arrow | Select the next item in the list.
|
|
| Prev Page |
|
| Ctrl-B | Scroll one page backward.
|
| Next Page |
|
| Ctrl-F | Scroll one page forward.
|
|
| 1 |
|
| < |
|
| g |
|
| Home | Move to the first element in the list.
|
|
| > |
|
| G |
|
| End | Move to the last element in the list.
|
|
| $ | Shift the list to the far right.
|
| | | Shift the list to the far left.
|
|
| Return |
Exit the widget and return the index of the selected item.
Also set the widget data exitType to vNORMAL.
|
| Tab |
Exit the widget and return the index of the selected item.
Also set the widget data exitType to vNORMAL.
|
| Escape |
Exit the widget and return -1.
Also set the widget data exitType to vESCAPE_HIT.
|
| Ctrl-L | Refreshes the screen.
|