| Event Code | Event Function | Action |
| KEY_LEFT | kv_lft() | Moves the cursor one column left. |
| KEY_RIGHT | kv_rt() | Moves the cursor one column right. |
| 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_ESC | k_exit() | Exits the current process. |
| KEY_ENTER | k_exit() | Exits the current process. |
| KEY_F1 | kh_help() | Calls the next level of help. |
| KEY_AF1 | kh_zoom() | Zooms and unzooms the help window. |
| ET_DEFAULT | k_beep() | Beeps. |