home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BTMTSRC3.ZIP / KEYBD.H < prev    next >
Text File  |  1990-05-14  |  5KB  |  126 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                          */
  3. /*                                                                          */
  4. /*      ------------         Bit-Bucket Software, Co.                       */
  5. /*      \ 10001101 /         Writers and Distributors of                    */
  6. /*       \ 011110 /          Freely Available<tm> Software.                 */
  7. /*        \ 1011 /                                                          */
  8. /*         ------                                                           */
  9. /*                                                                          */
  10. /*  (C) Copyright 1987-90, Bit Bucket Software Co., a Delaware Corporation. */
  11. /*                                                                          */
  12. /*                                                                          */
  13. /*           Keyboard Scan Code definitions used in BinkleyTerm             */
  14. /*                                                                          */
  15. /*                                                                          */
  16. /*    For complete  details  of the licensing restrictions, please refer    */
  17. /*    to the License  agreement,  which  is published in its entirety in    */
  18. /*    the MAKEFILE and BT.C, and also contained in the file LICENSE.240.    */
  19. /*                                                                          */
  20. /*    USE  OF THIS FILE IS SUBJECT TO THE  RESTRICTIONS CONTAINED IN THE    */
  21. /*    BINKLEYTERM  LICENSING  AGREEMENT.  IF YOU DO NOT FIND THE TEXT OF    */
  22. /*    THIS  AGREEMENT IN ANY OF THE  AFOREMENTIONED FILES,  OR IF YOU DO    */
  23. /*    NOT HAVE THESE FILES,  YOU  SHOULD  IMMEDIATELY CONTACT BIT BUCKET    */
  24. /*    SOFTWARE CO.  AT ONE OF THE  ADDRESSES  LISTED BELOW.  IN NO EVENT    */
  25. /*    SHOULD YOU  PROCEED TO USE THIS FILE  WITHOUT HAVING  ACCEPTED THE    */
  26. /*    TERMS  OF  THE  BINKLEYTERM  LICENSING  AGREEMENT,  OR  SUCH OTHER    */
  27. /*    AGREEMENT AS YOU ARE ABLE TO REACH WITH BIT BUCKET SOFTWARE, CO.      */
  28. /*                                                                          */
  29. /*                                                                          */
  30. /* You can contact Bit Bucket Software Co. at any one of the following      */
  31. /* addresses:                                                               */
  32. /*                                                                          */
  33. /* Bit Bucket Software Co.        FidoNet  1:104/501, 1:132/491, 1:141/491  */
  34. /* P.O. Box 460398                AlterNet 7:491/0                          */
  35. /* Aurora, CO 80046               BBS-Net  86:2030/1                        */
  36. /*                                Internet f491.n132.z1.fidonet.org         */
  37. /*                                                                          */
  38. /* Please feel free to contact us at any time to share your comments about  */
  39. /* our software and/or licensing policies.                                  */
  40. /*                                                                          */
  41. /*--------------------------------------------------------------------------*/
  42.  
  43.  
  44. #define ALTA    0x1e00
  45. #define ALTB    0x3000
  46. #define ALTC    0x2e00
  47. #define ALTD    0x2000
  48. #define ALTE    0x1200
  49. #define ALTF    0x2100
  50. #define ALTG    0x2200
  51. #define ALTH    0x2300
  52. #define ALTI    0x1700
  53. #define ALTJ    0x2400
  54. #define ALTK    0x2500
  55. #define ALTL    0x2600
  56. #define ALTM    0x3200
  57. #define ALTN    0x3100
  58. #define ALTO    0x1800
  59. #define ALTP    0x1900
  60. #define ALTQ    0x1000
  61. #define ALTR    0x1300
  62. #define ALTS    0x1f00
  63. #define ALTT    0x1400
  64. #define ALTU    0x1600
  65. #define ALTV    0x2f00
  66. #define ALTW    0x1100
  67. #define ALTX    0x2d00
  68. #define ALTY    0x1500
  69. #define ALTZ    0x2600
  70.  
  71. #define CTRLC  0x2e03
  72.  
  73. #define ALT1    0x7800
  74. #define ALT2    0x7900
  75. #define ALT3    0x7a00
  76. #define ALT4    0x7b00
  77. #define ALT5    0x7c00
  78. #define ALT6    0x7d00
  79. #define ALT7    0x7e00
  80. #define ALT8    0x7f00
  81. #define ALT9    0x8000
  82. #define ALT0    0x8100
  83.  
  84. #define PGUP    0x4900
  85. #define PGDN    0x5100
  86.  
  87. #define ALTF1    0x6800
  88. #define ALTF2    0x6900
  89. #define ALTF3    0x6a00
  90. #define ALTF4    0x6b00
  91. #define ALTF5    0x6c00
  92. #define ALTF6    0x6d00
  93. #define ALTF7    0x6e00
  94. #define ALTF8  0x6f00
  95. #define ALTF9    0x7000
  96. #define ALTF10    0x7100
  97.  
  98. #define PF1    0x3b00
  99. #define PF2    0x3c00
  100. #define PF3    0x3d00
  101. #define PF4    0x3e00
  102. #define PF5    0x3f00
  103. #define PF6    0x4000
  104. #define PF7    0x4100
  105. #define PF8    0x4200
  106. #define PF9    0x4300
  107. #define PF10    0x4400
  108.  
  109. #define UPAR    0x4800
  110. #define LFAR    0x4b00
  111. #define RTAR    0x4d00
  112. #define DNAR    0x5000
  113. #define HOME   0x4700
  114. #define END    0x4f00
  115.  
  116. #define SHF1    0x5400
  117. #define SHF2    0x5500
  118. #define SHF3    0x5600
  119. #define SHF4    0x5700
  120. #define SHF5    0x5800
  121. #define SHF6    0x5900
  122. #define SHF7    0x5a00
  123. #define SHF8    0x5b00
  124. #define SHF9    0x5c00
  125. #define SHF10    0x5d00
  126.