home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_10 / pughdef < prev    next >
Text File  |  1991-08-15  |  4KB  |  168 lines

  1.  
  2. #define BACKSPACE    0x008
  3. #define LINEFEED    0x00A
  4. #define FORMFEED    0x00C
  5. #define ESCAPE     0x01B
  6. #define INSERT     0x152
  7. #define DELETE     0x153
  8. #define HOME      0x147
  9. #define END       0x14F
  10. #define PAGEUP     0x149
  11. #define PAGEDOWN    0x151
  12. #define UPARROW     0x148
  13. #define DOWNARROW    0x150
  14. #define LEFTARROW    0x14B
  15. #define RIGHTARROW   0x14D
  16. #define SHIFTTAB    0x10F
  17. #define ALTINSERT    0x1A2
  18. #define ALTDELETE    0x1A3
  19. #define ALTHOME     0x197
  20. #define ALTEND     0x19F
  21. #define ALTPAGEUP    0x199
  22. #define ALTPAGEDOWN   0x1A1
  23. #define ALTUPARROW   0x198
  24. #define ALTDOWNARROW  0x1A0
  25. #define ALTLEFTARROW  0x19B
  26. #define ALTRIGHTARROW  0x19D
  27. #define ALTBACKSPACE  0x10E
  28. #define ALTNUMMINUS   0x14A
  29. #define ALTNUMPLUS   0x14Eè#define ALTMINUS    0x182
  30. #define ALTNUMSLASH   0x1A4
  31. #define ALTTAB     0x1A5
  32. #define ALTNUMENTER   0x1A6
  33. #define CTRLINSERT   0x192
  34. #define CTRLDELETE   0x193
  35. #define CTRLHOME    0x177
  36. #define CTRLEND     0x175
  37. #define CTRLPAGEUP   0x184
  38. #define CTRLPAGEDOWN  0x176
  39. #define CTRLUPARROW   0x18D
  40. #define CTRLDOWNARROW  0x191
  41. #define CTRLLEFTARROW  0x173
  42. #define CTRLRIGHTARROW 0x174
  43. #define CTRLNUMAST   0x172
  44. #define CTRLNUMMINUS  0x18E
  45. #define CTRLNUMPLUS   0x190
  46. #define CTRLTAB     0x194
  47. #define CTRLNUMSLASH  0x195
  48. #define CTRLEQUAL    0x1B1
  49. #define CTRLA      0x001
  50. #define CTRLB      0x002
  51. #define CTRLC      0x003
  52. #define CTRLD      0x004
  53. #define CTRLE      0x005
  54. #define CTRLF      0x006
  55. #define CTRLG      0x007
  56. #define CTRLH      0x008
  57. #define CTRLI      0x009
  58. #define CTRLJ      0x00a
  59. #define CTRLK      0x00b
  60. #define CTRLL      0x00c
  61. #define CTRLM      0x00d
  62. #define CTRLN      0x00e
  63. #define CTRLO      0x00f
  64. #define CTRLP      0x010
  65. #define CTRLQ      0x011
  66. #define CTRLR      0x012
  67. #define CTRLS      0x013
  68. #define CTRLT      0x014
  69. #define CTRLU      0x015
  70. #define CTRLV      0x016
  71. #define CTRLW      0x017
  72. #define CTRLX      0x018
  73. #define CTRLY      0x019
  74. #define CTRLZ      0x01a
  75. #define ALTA      0x11E
  76. #define ALTB      0x130
  77. #define ALTC      0x12E
  78. #define ALTD      0x120
  79. #define ALTE      0x112
  80. #define ALTF      0x121
  81. #define ALTG      0x122
  82. #define ALTH      0x123
  83. #define ALTI      0x117
  84. #define ALTJ      0x124
  85. #define ALTK      0x125
  86. #define ALTL      0x126
  87. #define ALTM      0x132
  88. #define ALTN      0x131
  89. #define ALTO      0x118
  90. #define ALTP      0x119
  91. #define ALTQ      0x110è#define ALTR      0x113
  92. #define ALTS      0x11F
  93. #define ALTT      0x114
  94. #define ALTU      0x116
  95. #define ALTV      0x12F
  96. #define ALTW      0x111
  97. #define ALTX      0x12D
  98. #define ALTY      0x115
  99. #define ALTZ      0x12C
  100. #define ALT0      0x181
  101. #define ALT1      0x178
  102. #define ALT2      0x179
  103. #define ALT3      0x17A
  104. #define ALT4      0x17B
  105. #define ALT5      0x17C
  106. #define ALT6      0x17D
  107. #define ALT7      0x17E
  108. #define ALT8      0x17F
  109. #define ALT9      0x180
  110. #define CTRL0      0x1B8
  111. #define CTRL1      0x1B9
  112. #define CTRL2      0x103
  113. #define CTRL3      0x1BB
  114. #define CTRL4      0x1BC
  115. #define CTRL5      0x1BD
  116. #define CTRL6      0x01E
  117. #define CTRL7      0x1BF
  118. #define CTRL8      0x1C0
  119. #define CTRL9      0x1C1
  120. #define F1       0x13B
  121. #define F2       0x13C
  122. #define F3       0x13D
  123. #define F4       0x13E
  124. #define F5       0x13F
  125. #define F6       0x140
  126. #define F7       0x141
  127. #define F8       0x142
  128. #define F9       0x143
  129. #define F10       0x144
  130. #define F11       0x185
  131. #define F12       0x186
  132. #define SHIFTF1     0x154
  133. #define SHIFTF2     0x155
  134. #define SHIFTF3     0x156
  135. #define SHIFTF4     0x157
  136. #define SHIFTF5     0x158
  137. #define SHIFTF6     0x159
  138. #define SHIFTF7     0x15A
  139. #define SHIFTF8     0x15B
  140. #define SHIFTF9     0x15C
  141. #define SHIFTF10    0x15D
  142. #define SHIFTF11    0x187
  143. #define SHIFTF12    0x188
  144. #define CTRLF1     0x15E
  145. #define CTRLF2     0x15F
  146. #define CTRLF3     0x160
  147. #define CTRLF4     0x161
  148. #define CTRLF5     0x162
  149. #define CTRLF6     0x163
  150. #define CTRLF7     0x164
  151. #define CTRLF8     0x165
  152. #define CTRLF9     0x166
  153. #define CTRLF10     0x167è#define CTRLF11     0x189
  154. #define CTRLF12     0x18A
  155. #define ALTF1      0x168
  156. #define ALTF2      0x169
  157. #define ALTF3      0x16A
  158. #define ALTF4      0x16B
  159. #define ALTF5      0x16C
  160. #define ALTF6      0x16D
  161. #define ALTF7      0x16E
  162. #define ALTF8      0x16F
  163. #define ALTF9      0x170
  164. #define ALTF10     0x171
  165. #define ALTF11     0x18B
  166. #define ALTF12     0x18C
  167.  
  168.