----------------------------------------------------------------
Navigation Keys:
----------------------------------------------------------------
K_LEFT         Left one character (wraps to end of prior line) 
K_RIGHT        Right one character (wraps to start of next line) 
K_UP           Move up one line 
K_DOWN         Move down one line 
K_PGUP         Move up one screen 
K_PGDN         Move down one screen 
K_CTRL_LEFT    Jump one word left 
K_CTRL_RIGHT   Jump one word right 
K_HOME         Jump to beginning of current line 
K_END          Jump to end of current line 
K_CTRL_HOME    Jump to top of current screen 
K_CTRL_END     Jump to end of current screen 
K_CTRL_PGUP    Jump to top of notepad 
K_CTRL_PGDN    Jump to end of notepad 

----------------------------------------------------------------
Editing Keys:
----------------------------------------------------------------
K_BS           Delete character to the left (backspace) 
K_DEL          Delete character at cursor (delete) 
K_CTRL_BS      Delete word (Funcky II delimiters) 
K_CTRL_T       Same as K_CTRL_BS (Delete word)
K_ALT_BS       Delete token (user-defined delimiters) 
K_CTRL_Y       Delete from cursor to end of line
K_ALT_K        Same as K_CTRL_Y (Delete to end of line)
K_ALT_L        Delete the current line
K_CTRL_ENTER   Insert hard page break character 
K_ALT_R        Right-justify the current paragraph 

----------------------------------------------------------------
Utility Keys:
----------------------------------------------------------------
F1             Pop-up keystroke help
F2             Invoke spell-checker 
K_INS          Toggle Insert/Overstrike mode 
K_ALT_P        Print the notepad
K_ALT_1 to 9   Drop a bookmark at cursor location
K_ALT_J, 1-9   Jump to a previously dropped bookmark 
K_ESC          Abort (with confirmation)
K_F10          Write file and exit
----------------------------------------------------------------
End of Help Text.
----------------------------------------------------------------
