| Event Code | Event Function | Action |
| KEY_SF3 | ke_undofld() | Clears the memo field and redisplays the original memo. |
| KEY_F4 | ke_reflow() | Reflows the current paragraph in the memo field. |
| KEY_SF4 | ke_rowjoin() | Joins the current row to the previous row field. |
| KEY_F5 | ke_rowins() | Inserts a blank row after the current row. |
| 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_PGUP | ke_pgup() | Moves the cursor up one page. |
| KEY_CPGUP | ke_memobeg() | Moves the cursor to first column and first row of the memo |
| KEY_PGDN | ke_pgdn() | Moves the cursor down one page |
| KEY_CPGDN | ke_memoend() | Moves the cursor to end of text on the last row of a memo |
| 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 right |
| KEY_CRIGHT | ke_wordnext() | Moves to the first character of the next word |
| KEY_UP | ke_up() | Moves the cursor up one row |
| KEY_DN | ke_dn() | Moves the cursor down one row |
| KEY_ESC | kd_quit() | Quits the current process |
| KEY_ENTER | ke_rowsplit() | Splits the current row at the cursor position |
| 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 data form. |
| KEY_STAB | kd_previtem() | Moves to the previous item on the data form |
| ET_DEFAULT | ke_chproc() | Processes the character keyed by the user in a memo field |