home *** CD-ROM | disk | FTP | other *** search
- #define RETURN 0x000d
- #define SPACE 0x0020
- #define UP 0x4800
- #define DOWN 0x5000
- #define LEFT 0x4b00
- #define RIGHT 0x4d00
- #define HOME 0x4700
- #define END 0x4f00
- #define PGUP 0x4900
- #define PGDN 0x5100
- #define F1 0x3b00
- #define F2 0x3c00
- #define F3 0x3d00
- #define F4 0x3e00
- #define F5 0x3f00
- #define F6 0x4000
- #define F7 0x4100
- #define F8 0x4200
- #define F9 0x4300
- #define F10 0x4400
- #define ESC 0x001b
- #define BKSP 0x0008
- #define INS 0x5200
- #define DEL 0x5300
- #define ALT_F1 0x6800
- #define ALT_F2 0x6900
- #define ALT_F3 0x6a00
- #define ALT_F4 0x6b00
- #define ALT_F5 0x6c00
- #define ALT_F6 0x6d00
- #define ALT_F7 0x6e00
- #define ALT_F8 0x6f00
- #define ALT_F9 0x7000
- #define ALT_F10 0x7100
- #define CNT_F1 0x5e00
- #define CNT_F2 0x5f00
- #define CNT_F3 0x6000
- #define CNT_F4 0x6100
- #define CNT_F5 0x6200
- #define CNT_F6 0x6300
- #define CNT_F7 0x6400
- #define CNT_F8 0x6500
- #define CNT_F9 0x6600
- #define CNT_F10 0x6700
- #define SFT_F1 0x5400
- #define SFT_F2 0x5500
- #define SFT_F3 0x5600
- #define SFT_F4 0x5700
- #define SFT_F5 0x5800
- #define SFT_F6 0x5900
- #define SFT_F7 0x5a00
- #define SFT_F8 0x5b00
- #define SFT_F9 0x5c00
- #define SFT_F10 0x5d00
-
-