| Key | Action
|
|
| Left Arrow |
|
| Down Arrow |
|
| - |
|
| p | Shift the list one column to the left.
|
|
| Right Arrow |
|
| Up Arrow |
|
| Space |
|
| + |
|
| n | Shift the list one column to the right.
|
|
| d |
|
| D | Display the default item.
|
|
| 0 | Display the first item in the list.
|
| $ | Display the last item in the list.
|
|
| Return |
Exit the widget and return an integer representing the current selection.
Also set the widget data exitType to vNORMAL.
|
| Tab |
Exit the widget and return an integer representing the current selection.
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.
|