| Event Code | Event Function | Action |
| KEY_F1 | kc_help() | Calls the help system for the choice list, if help is enabled. |
| KEY_UP | kv_up() | Moves the cursor up one row. |
| KEY_DN | kv_dn() | Moves the cursor down one row. |
| KEY_PGUP | kv_pgup() | Moves the cursor one page up. |
| KEY_PGDN | kv_pgdn() | Moves the cursor one page down. |
| KEY_HOME | kv_home() | Moves the cursor home. |
| KEY_END | kv_end() | Moves the cursor to the end. |
| KEY_ENTER | k_exit() | Exits the current process. |
| KEY_ESC | k_quit() | Quits the current process. |
| KEY_SPACE | kc_checktoggle() | Toggles checkmark in multi-selection choice list |
| ET_DEFAULT | kc_chproc() | Moves to the choice list item whose first character is the
same as the character entered, if any. |