| Event Code | Event Function | Action |
| KEY_TAB | kd_nextitem() | Moves to the next item |
| KEY_STAB | kd_previtem() | Moves to the previous item. |
| KEY_UP | klb_up() | Moves up one row. |
| KEY_DN | klb_dn() | Moves down one row. |
| KEY_LEFT | kd_lftitem() | Moves cursor left. |
| KEY_RIGHT | kd_rtitem() | Moves cursor right. |
| KEY_F10 | kd_exit() | Exits current data form. |
| KEY_ESC | kd_quit() | Quits the current process. |
| KEY_ENTER | kd_nextitem() | Moves to the next field. |
| ET_DEFAULT | k_beep() | Sounds a beep. |