home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / PC_V11_B.LZH / DEMO_PC / SCANCODE.H < prev    next >
Text File  |  1991-08-02  |  6KB  |  136 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*    SCANCODE.H             Scancodes der Tastatur                     */
  4. /*                           für evnt_keybd()                           */
  5. /*                                                                      */
  6. /*       Copyright (c) 1989 Borland International                       */
  7. /*       All rights reserved.                                           */
  8. /*                                                                      */
  9. /************************************************************************/
  10.  
  11. #define CNTRL_A                     0x1e01
  12. #define CNTRL_B                     0x3002
  13. #define CNTRL_C                     0x2e03
  14. #define CNTRL_D                     0x2004
  15. #define CNTRL_E                     0x1205
  16. #define CNTRL_F                     0x2106
  17. #define CNTRL_G                     0x2207
  18. #define CNTRL_H                     0x2308
  19. #define CNTRL_I                     0x1709
  20. #define CNTRL_J                     0x240a
  21. #define CNTRL_K                     0x250b
  22. #define CNTRL_L                     0x260c
  23. #define CNTRL_M                     0x320d
  24. #define CNTRL_N                     0x310e
  25. #define CNTRL_O                     0x180f
  26. #define CNTRL_P                     0x1910
  27. #define CNTRL_Q                     0x1011
  28. #define CNTRL_R                     0x1312
  29. #define CNTRL_S                     0x1f13
  30. #define CNTRL_T                     0x1414
  31. #define CNTRL_U                     0x1615
  32. #define CNTRL_V                     0x2f16
  33. #define CNTRL_W                     0x1117
  34. #define CNTRL_X                     0x2d18
  35. #define CNTRL_Y                     0x2c19
  36. #define CNTRL_Z                     0x151a
  37. #define CNTRL_AE                    0X2804
  38. #define CNTRL_OE                    0x2714
  39. #define CNTRL_UE                    0x1a01
  40. #define CNTRL_1                     0x0211
  41. #define CNTRL_2                     0x0300
  42. #define CNTRL_3                     0x0413
  43. #define CNTRL_4                     0x0514
  44. #define CNTRL_5                     0x0615
  45. #define CNTRL_6                     0x071e
  46. #define CNTRL_7                     0x0817
  47. #define CNTRL_8                     0x0918
  48. #define CNTRL_9                     0x0a19
  49. #define CNTRL_0                     0x0b10
  50.  
  51. #define ALT_A                       0x1e00
  52. #define ALT_B                       0x3000
  53. #define ALT_C                       0x2e00
  54. #define ALT_D                       0x2000
  55. #define ALT_E                       0x1200
  56. #define ALT_F                       0x2100
  57. #define ALT_G                       0x2200
  58. #define ALT_H                       0x2300
  59. #define ALT_I                       0x1700
  60. #define ALT_J                       0x2400
  61. #define ALT_K                       0x2500
  62. #define ALT_L                       0x2600
  63. #define ALT_M                       0x3200
  64. #define ALT_N                       0x3100
  65. #define ALT_O                       0x1800
  66. #define ALT_P                       0x1900
  67. #define ALT_Q                       0x1000
  68. #define ALT_R                       0x1300
  69. #define ALT_S                       0x1f00
  70. #define ALT_T                       0x1400
  71. #define ALT_U                       0x1600
  72. #define ALT_V                       0x2f00
  73. #define ALT_W                       0x1100
  74. #define ALT_X                       0x2d00
  75. #define ALT_Y                       0x2c00
  76. #define ALT_Z                       0x1500
  77. #define ALT_AE                      0x285d
  78. #define ALT_OE                      0x275b
  79. #define ALT_UE                      0x1a40
  80. #define ALT_1                       0x7800
  81. #define ALT_2                       0x7900
  82. #define ALT_3                       0x7a00
  83. #define ALT_4                       0x7b00
  84. #define ALT_5                       0x7c00
  85. #define ALT_6                       0x7d00
  86. #define ALT_7                       0x7e00
  87. #define ALT_8                       0x7f00
  88. #define ALT_9                       -0x8000
  89. #define ALT_0                       -0x7f00
  90.  
  91. #define SH_ALT_AE                   0x287d
  92. #define SH_ALT_OE                   0x277b
  93. #define SH_ALT_UE                   0x1a5c
  94.  
  95. #define BACKSPACE                   0x0e08
  96. #define DELETE                      0x537f
  97. #define INSERT                      0x5200
  98. #define SHFT_INS                    0x5230
  99. #define RETURN                      0x1c0d
  100. #define ENTER                       0x720d
  101. #define CUR_UP                      0x4800
  102. #define SHFT_CU                     0x4838
  103. #define CUR_LEFT                    0x4b00
  104. #define SHFT_CL                     0x4b34
  105. #define CUR_RIGHT                   0x4d00
  106. #define SHFT_CR                     0x4d36
  107. #define CUR_DOWN                    0x5000
  108. #define SHFT_CD                     0x5032
  109. #define HOME                        0x4700
  110. #define SHFT_HOME                   0x4737
  111. #define UNDO                        0x6100
  112. #define TAB                         0x0f09
  113. #define HELP                        0x6200
  114. #define F1                          0x3b00
  115. #define SHFT_F1                     0x5400
  116. #define F2                          0x3c00
  117. #define SHFT_F2                     0x5500
  118. #define F3                          0x3d00
  119. #define SHFT_F3                     0x5600
  120. #define F4                          0x3e00
  121. #define SHFT_F4                     0x5700
  122. #define F5                          0x3f00
  123. #define SHFT_F5                     0x5800
  124. #define F6                          0x4000
  125. #define SHFT_F6                     0x5900
  126. #define F7                          0x4100
  127. #define SHFT_F7                     0x5a00
  128. #define F8                          0x4200
  129. #define SHFT_F8                     0x5b00
  130. #define F9                          0x4300
  131. #define SHFT_F9                     0x5c00
  132. #define F10                         0x4400
  133. #define SHFT_F10                    0x5d00
  134.  
  135. /************************************************************************/
  136.