| Key | Action
|
|
| Left Arrow | Shifts the whole list left one character.
|
| Right Arrow | Shifts the whole list right one character.
|
| Up Arrow | Selects the next item up in the list.
|
| Down Arrow | Selects the next item down 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.
|
|
| $ | Shifts the whole list to the far right.
|
| | | Shifts the whole list to the far left.
|
|
| Space | Selects or deselects the current choice.
|
| Return |
Exits the widget and returns the index of the selected item.
This also sets the widget data exitType to vNORMAL.
|
| Tab |
Exit the widget and return the index of the selected item.
Set the widget data exitType to vNORMAL.
|
| Escape |
Exit the widget and return -1.
Set the widget data exitType to vESCAPE_HIT.
|
| Ctrl-L | Refreshes the screen.
|
|