| Event Code | Event Function | Action |
| KEY_F7 | kr_previtem() | Moves to next item outside the group of radio buttons |
| KEY_F8 | kr_nextitem() | Moves to previous item outside the group of radio buttons |
| KEY_HOME | kr_beggrp() | Moves to the last field in a group of radio buttons |
| KEY_END | kr_endgrp() | Moves to the last field in a group of radio buttons |
| KEY_LEFT | kr_prevgrp() | Moves to the previous button in a group of radio buttons |
| KEY_RIGHT | kr_nextgrp() | Moves to the next button in a group of radio buttons |
| KEY_UP | kr_prevgrp() | Moves to the previous button in a group of radio buttons |
| KEY_DN | kr_nextgrp() | Moves to the next button in a group of radio buttons |
| KEY_ENTER | kr_nextitem() | Moves to the next item outside the group of radio buttons |
| KEY_TAB | kr_nextitem() | Moves to the next item outside the group of radio buttons |
| KEY_STAB | kr_previtem() | Moves to the previous item outside the group of radio buttons |
| KEY_F10 | kd_exit() | Exit the current process |
| KEY_ESC | kd_quit() | Quit the current process |
| ET_DEFAULT | k_beep() | Sounds a beep |