| Event Code | Event Function | Action |
| KEY_F2 | kd_clist() | Displays the attached choice list |
| KEY_SF3 | ke_undofld() | Clears the memo field and redisplays the original memo in the field. |
| KEY_F6 | ke_rowdel() | Deletes the current row in the memo field |
| KEY_SF6 | ke_deleorow() | Clears from the cursor to the end of the row |
| KEY_CF6 | ke_worddel() | Deletes all characters to the end of the word, including the white space following the word |
| KEY_F10 | kd_exit() | Exits the current process |
| KEY_HOME | ke_rowbeg() | Moves the cursor to the first column on the current line |
| KEY_END | ke_txtend() | Moves to the end of the text on the current line |
| KEY_LEFT | ke_lft() | Moves the cursor one column left |
| KEY_CLEFT | ke_wordprev() | Moves to the first character of the previous word |
| KEY_RIGHT | ke_rt() | Moves the cursor one column to the right |
| KEY_CRIGHT | ke_wordnext() | Moves to the first character of the next word |
| KEY_UP | kd_upitem() | Moves to next item located physically above current one |
| KEY_DN | kd_dnitem() | Moves to next item located physically below current one. |
| KEY_ESC | kd_quit() | Quits the current process |
| KEY_ENTER | kd_nextitem() | Moves to the next item on the form |
| KEY_INS | kd_instoggle() | Toggles between insert and overstrike mode |
| KEY_DEL | ke_chdel() | Deletes the character at the current cursor position |
| KEY_BACK | ke_backsp() | Deletes the character to the left of the cursor |
| KEY_TAB | kd_nextitem() | Moves to the next item on the form |
| KEY_STAB | kd_previtem() | Moves to the previous item on the form |
| ET_DEFAULT | ke_chproc() | Processes the character keyed by the user in a memo field |
.