NonAscii.h
#if !defined(NonAsciiH)
# define NonAsciiH
#define NonAscii_hm 'G' /* Home */
#define NonAscii_up 'H' /* Cursor Up */
#define NonAscii_puh 'I' /* Page Up and Home */
#define NonAscii_lft 'K' /* Left Cursor */
#define NonAscii_rgt 'M' /* Right Cursor */
#define NonAscii_end 'O' /* End */
#define NonAscii_dwn 'P' /* Cursor Down */
#define NonAscii_in 'R' /* Insert */
#define NonAscii_dl 'S' /* Delete */
#define NonAscii_pdh 'Q' /* Page Down and Home */
#define NonAscii_bw 's' /* Backwards a Word */
#define NonAscii_fw 't' /* Forwards a Word */
#define NonAscii_ce 'u' /* Ctrl End */
#define NonAscii_cpd 'v' /* Ctrl Page Up */
#define NonAscii_chm 'w' /* Ctrl Home */
#define NonAscii_cpu (char)132 /* Ctrl Page Up */
#endif