home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / GEM.ZOO / scancode.h < prev    next >
Text File  |  1992-08-18  |  5KB  |  131 lines

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