Viewing System Event TableVIEWETP

Event Code Event Function Action
KEY_LEFT kv_lft() Moves the cursor one column left.
KEY_RIGHT kv_rt() Moves the cursor one column right.
KEY_UP kv_up() Moves the cursor up one row.
KEY_DN kv_dn() Moves the cursor down one row.
KEY_PGUP kv_pgup() Moves the cursor one page up.
KEY_PGDN kv_pgdn() Moves the cursor one page down.
KEY_HOME kv_home() Moves the cursor home.
KEY_END kv_end() Moves the cursor to the end.
KEY_F10 k_exit() Exits the current process.
KEY_ESC k_quit() Quits the current process.
KE_DEFAULT k_beep() Beeps.


Home Contents Previous Next