home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1998 July / pcx23_9807.iso / PC-XUSER / PC-XUSER.16 / ABC / KEYDEF.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-02  |  325 b   |  18 lines

  1. //begin with 0
  2. #define UP       72
  3. #define DOWN     80
  4. #define RIGHT    77
  5. #define LEFT     75
  6. #define PGUP     73
  7. #define PGDN     81
  8. #define END      79
  9. #define HOME     71
  10. #define INS      82
  11. #define DEL      83
  12.  
  13. //whitout 0
  14. #define ENTER    13
  15. #define BS       8
  16. #define ESC      27
  17. #define CTRLBS   127
  18.