| Event Code | Event Function | Action |
| KEY_F2 | kd_clist() | Processes the attached choice list, if any, for the current field. |
| KEY_SF3 | kd_undofld() | Clears the field and redisplays the original value in the field. |
| KEY_F6 | kd_clrfld() | Clears the field. |
| KEY_SF6 | kd_clreofld() | Clears from the cursor to the end of the field. |
| KEY_F10 | kd_exit() | Exits the current process. |
| KEY_HOME | ks_home() | Moves to the beginning of the field, first data column, first visible data row, or first data row, as appropriate. |
| KEY_END | ks_end() | Moves to the end of the field, last data column, last visible data row, or last data row, as appropriate |
| KEY_PGUP | ks_pgup() | Pages up in a scrollable region. |
| KEY_PGDN | ks_pgdn() | Pages down in a scrollable region. |
| KEY_LEFT | kd_lftcsr() | Moves the cursor one position to the left. |
| KEY_RIGHT | kd_rtcsr() | Moves the cursor one position to the right. |
| KEY_UP | ks_up() | Moves to the previous row in the same column in a scrollable region |
| KEY_DN | ks_dn() | Moves to next row in same column in a scrollable region. |
| KEY_ESC | kd_quit() | Quits the current process. |
| KEY_ENTER | kd_next() | Moves to the next field in the scrollable region or the next item on the form, as appropriate |
| KEY_INS | kd_instoggle() | Toggles between Insert and Overstrike mode. |
| KEY_DEL | kd_chdel() | Deletes the character at the current cursor position. |
| KEY_BACK | kd_backsp() | Deletes the character to the left of the cursor. |
| KEY_SPACE | kd_booltoggle() | Toggles the strings for Boolean toggle fields. |
| KEY_TAB | kd_next() | Moves to the next field in the scrollable region or the next item on the form, as appropriate. |
| KEY_STAB | kd_prev() | Moves to the previous field in the scrollable region or the next item on the form, as appropriate. |
| KEY_PLUS | kd_spindn() | Moves next item into view |
| KEY_MINUS | kd_spinup() | Moves previous item into view |
| ET_DEFAULT | kd_chproc() | Processes the character keyed by the user in a scrollable region. |