home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / ESC154.ZIP / KEYCHART.TXT < prev    next >
Text File  |  1992-08-23  |  30KB  |  370 lines

  1. ╔════════════════Ansi Screen Attribute and Ascii Key Chart═══════Contents══════╗
  2. ║                                                                              ║
  3. ║  Nothing fabulous here. Just a set of quick reference charts to help you     ║
  4. ║  along when you need to know that ansi code sequence which can make your     ║
  5. ║  display sparkle. Or, when you need to know what sequence of key presses     ║
  6. ║  it takes to make that unique looking inverted question mark ¿ appear on     ║
  7. ║  the screen or in your text file. Formatted nicely to display with LIST.     ║
  8. ║                                                                              ║
  9. ║                                                                              ║
  10. ║  The first five screens show you how, by example, to change your video       ║
  11. ║  attributes by using an Ansi type screen driver, such as ANSI.SYS ..         ║
  12. ║                                                                              ║
  13. ║  The sixth screen reveals the Extended Ansi codes such as the Function,      ║
  14. ║  Shift, Control and Alt keypress combinations.                               ║
  15. ║                                                                              ║
  16. ║  The remaining pages show the decimal, hex values as well as the ascii       ║
  17. ║  (displayed) symbol and the keypress(es) required to produce the 0 - 255     ║
  18. ║  characters.                                                                 ║
  19. ║                                                                              ║
  20. ║  A few characters such as the line feed ^M, TAB and BackSpace could not      ║
  21. ║  be displayed for obvious reasons. They're invisible anyway..               ║
  22. ║                                                                              ║
  23. ╚═══════════════════════════════════════════════════════════════════════gkg════╝
  24. ╔════════════════════════Ansi Code Screen Attributes═════════════screen 1══════╗
  25. ║  Ansi.sys or an equivalent MUST be memory resident for any example to work!  ║
  26. ║                                                                              ║
  27. ║        0  all off                              1  high intensity             ║
  28. ║        4  underscore (no color)                5  video blink                ║
  29. ║        7  inverse video                        8  concealed (no display)     ║
  30. ║                                                                              ║
  31. ║     30   black foreground                        40   black background       ║
  32. ║     31   red       "                             41   red       "            ║
  33. ║     32   green     "                             42   green     "            ║
  34. ║     33   yellow    "                             43   yellow    "            ║
  35. ║     34   blue      "                             44   blue      "            ║
  36. ║     35   magenta   "                             45   magenta   "            ║
  37. ║     36   cyan      "                             46   cyan      "            ║
  38. ║     37   white     "                             47   white     "            ║
  39. ║                                                                              ║
  40. ║     Example 1      echo  blinkin' yellow                          ║
  41. ║     Example 2      prompt $e[5;33m $p$g                                      ║
  42. ║                                                                              ║
  43. ║  Example 1) produces a blinking yellow rectangle between m and the esc ()   ║
  44. ║             character. The text will remain its orignal color with no        ║
  45. ║             blinking.                                                        ║
  46. ╚═══════════════════════════════════════════════════════════════════════gkg════╝
  47. ╔════════════════════════════════════════════════════════════════screen 2══════╗
  48. ║   Example 2) causes all subsequent Dos line screen output to be in blinking  ║
  49. ║              yellow. The $p$g causes the dos prompt to be in the format of   ║
  50. ║              drive, path and delimeter. Such as  C:\UTILS>. Otherwise, no    ║
  51. ║              prompt will appear before the cursor.                           ║
  52. ║      The m establishes the prior code as a screen attribute sequence.        ║
  53. ╟──────────────────────────────────────────────────────────────────────────────╢
  54. ║                        Ansi Display Mode Setting Commands                    ║
  55. ║           0    40x25 black and white              1    40x25 color           ║
  56. ║           2    80x25   "    "    "                3    80x25   "             ║
  57. ║           5   320x200  "    "    "                4   320x200  "             ║
  58. ║           6   640x200  "    "    "                7    End of Line wrap ON   ║
  59. ║                                                                              ║
  60. ║      Example 1      echo =1h                                               ║
  61. ║      Example 2      prompt $e[=4h $p$g                                       ║
  62. ║      Example 3      prompt $e[=7l $p$g                                       ║
  63. ║                                                                              ║
  64. ║   Example 1)   issued from a text or batch file sets the screen mode to      ║
  65. ║                40x25 black and white.                                        ║
  66. ║   Example 2)   From the Dos prompt, sets the screen mode at 320x200 color.   ║
  67. ║                with the Dos prompt line format as drive, path and delimeter  ║
  68. ║                such as C:\UTILS> .                                           ║
  69. ╚═══════════════════════════════════════════════════════════════════════gkg════╝ 
  70. ╔════════════════════════════════════════════════════════════════screen 3══════╗
  71. ║   Example 3)   Resets the screen mode to End of Line wrap off.               ║
  72. ║                The prompt line format is established as drive,               ║
  73. ║                path and delimeter such as C:\UTILS> .                        ║
  74. ║      This feature is disabled in some screen modes, such as mode 1.          ║
  75. ║                                                                              ║
  76. ║      Example 3a)    prompt $e[=7h $p$g                                       ║
  77. ║                Turns the End of Line wrap back on after $e[=7l $p$g          ║
  78. ╟──────────────────────────────────────────────────────────────────────────────╢
  79. ║                   Ansi Keyboard Reassignment control codes                   ║
  80. ║      Example 1      echo 87;104;97;116;63;32p                           ║
  81. ║      Example 2      prompt $e[63;72;117;104;33p $p$g                         ║
  82. ║      Example 3      prompt $e[100;100;105;114;13p $p$g                       ║
  83. ║      Example 4      echo ;"chkdsk"13p                                   ║
  84. ║      Example 5      prompt $e[96;"chkdsk d:";13p $p$g                        ║
  85. ║      Example 6      echo 9;"type ";p                                    ║
  86. ║      Example 7      prompt $e[0;68;"print ";p $p$g                           ║
  87. ║   Example 1)   Executed from a batch file, assigns "What? " to the ? mark    ║
  88. ║                key. Each time ? is pressed "What ?" (without quotes) will be ║
  89. ║                printed to the screen on the command line. Normally this will ║
  90. ║                produce an error message if ENTER is pressed. However, some   ║
  91. ║                applications may be able to use such special key signatures.  ║
  92. ╚═══════════════════════════════════════════════════════════════════════gkg════╝
  93. ╔════════════════════════════════════════════════════════════════screen 4══════╗
  94. ║  Example 2)   Assigns a special meaning to the ? key from the Dos prompt     ║
  95. ║               command line and also assigns the drive, path and > to the     ║
  96. ║               prompt command.                                                ║
  97. ║  Example 3)   Assigns (from the Dos prompt) "dir" to the d key and performs  ║
  98. ║               a carriage return (13). As soon as d is pressed. The current   ║
  99. ║               drivepath and > are displayed at each Dos command prompt.      ║
  100. ║  Example 4)   Executed from a batch file. Assigns "chkdsk" with a carriage   ║
  101. ║               return to the ~ key. An immediate request for chkdsk on the    ║
  102. ║               current drive is performed if chkdsk can be found. Also        ║
  103. ║               reassigns the drive, path and > as a dos prompt delimeter.     ║
  104. ║  Example 5)   Is the same as 4 except (if available) chkdsk will operate     ║
  105. ║               on drive d:.                                                   ║
  106. ║  Example 6    Assigns "type " to F1 without the quotes, from a batch file.   ║
  107. ║  Example 7    Does the same as example 6, except the ansi command is         ║
  108. ║               issued from the Dos prompt. Assigns "print " to the F10 key    ║
  109. ║               and reassigns the drive, path and > delimeter to the prompt.   ║
  110. ║                                                                              ║
  111. ║     You may notice that either the Ascii decimal code or the alphanumeric    ║
  112. ║     representative in quotations is acceptable for key reassignment.         ║
  113. ║     FUNCTION keys must be preceded by 0; and their Ascii decimal code        ║
  114. ║     ranges from 59 to 68 (F1 - F10).                                         ║
  115. ╚═══════════════════════════════════════════════════════════════════════gkg════╝ 
  116. ╔════════════════════Ansi Screen and Cursor Control Codes════════screen 5══════╗
  117. ║     #;#H cursor screen position (row,column)        #;#f   Same Command      ║
  118. ║                                                                              ║
  119. ║     #A   Moves cursor UP # of lines holding column position                  ║
  120. ║                                                                              ║
  121. ║     #B     "     "  Down # of   "      "      "       "                      ║
  122. ║                                                                              ║
  123. ║     #C     "     "   # of columns to the right on current row                ║
  124. ║                                                                              ║
  125. ║     #D     "     "   # of    "    on  "  left  on    "     "                 ║
  126. ║                                                                              ║
  127. ║     s    Saves in memory current cursor position for recall later.           ║
  128. ║     u    Restores cursor to s position.                                      ║
  129. ║     6n   issue cursor position report to I/O device                          ║
  130. ║     #;#R reports row,column report in response to I/O device status report   ║
  131. ║                                                                              ║
  132. ║     2J   Clear entire screen and homes cursor at row 0 column 0 (top left)   ║
  133. ║     K    Erases current row from the cursor position to row end (right).     ║
  134. ║                                                                              ║
  135. ║     Sample 1: "at the Dos prompt" C:\> prompt $e[12;30H                      ║
  136. ║          Places the cursor on line 12 and column 30                          ║
  137. ║     Sample 2: "from a batch file"   echo 30H                            ║
  138. ╚═══════════════════════════════════════════════════════════════════════gkg════╝
  139. ╔════════════════════════Extended Ascii Code (F1 - F10)══════════screen 6══════╗
  140. ║                                                                              ║
  141. ║                F1   0,59                       Ctrl-F1   0,94                ║
  142. ║                F2   0,60                       Ctrl-F2   0,95                ║
  143. ║                F3   0,61                       Ctrl-F3   0,96                ║
  144. ║                F4   0,62                       Ctrl-F4   0,97                ║
  145. ║                F5   0,63                       Ctrl-F5   0,98                ║
  146. ║                F6   0,64                       Ctrl-F6   0,99                ║
  147. ║                F7   0,65                       Ctrl-F7   0,100               ║
  148. ║                F8   0,66                       Ctrl-F8   0,101               ║
  149. ║                F9   0,67                       Ctrl-F9   0,102               ║
  150. ║                F10  0,68                       Ctrl-F10  0,103               ║
  151. ║          Shift-F1   0,84                        Alt-F    0,104               ║
  152. ║          Shift-F2   0,85                        Alt-F    0,105               ║
  153. ║          Shift-F3   0,86                        Alt-F    0,106               ║
  154. ║          Shift-F4   0,87                        Alt-F    0,107               ║
  155. ║          Shift-F5   0,88                        Alt-F    0,108               ║
  156. ║          Shift-F6   0,89                        Alt-F    0,109               ║
  157. ║          Shift-F7   0,90                        Alt-F    0,110               ║
  158. ║          Shift-F8   0,91                        Alt-F    0,111               ║
  159. ║          Shift-F9   0,92                        Alt-F    0,112               ║
  160. ║          Shift-F10  0,93                        Alt-F    0,112               ║
  161. ╚═══════════════════════════════════════════════════════════════════════gkg════╝ 
  162. ╔═════════════════════════════════════════════════════════════════════════════╗
  163. ╟───────────────────────────EXTENDED KEYBOARD CODES─────────────────────────1─╢
  164. ║  KEY     DEC     HEX        KEY     DEC     HEX        KEY     DEC     HEX  ║
  165. ╟─────────────────────────────────────────────────────────────────────────────╢
  166. ║ ALT-A   00 30   00 1E      ALT-S   00  31  00 1F      ALT-`   00  41  00 29 ║
  167. ║ ALT-B   00 48   00 30      ALT-T   00  20  00 14      ALT--   00 130  00 82 ║
  168. ║ ALT-C   00 46   00 2E      ALT-U   00  22  00 16      ALT-=   00 131  00 83 ║
  169. ║ ALT-D   00 32   00 20      ALT-V   00  47  00 2F      ALT-\   00  43  00 2B ║
  170. ║ ALT-E   00 18   00 12      ALT-W   00  17  00 11      ALT-[   00  26  00 1A ║
  171. ║ ALT-F   00 33   00 21      ALT-X   00  45  00 2D      ALT-]   00  27  00 AB ║
  172. ║ ALT-G   00 34   00 22      ALT-Y   00  21  00 15      ALT-;   00  39  00 27 ║
  173. ║ ALT-H   00 35   00 23      ALT-Z   00  44  00 2C      ALT-'   00  40  00 28 ║
  174. ║ ALT-I   00 23   00 17      ALT-1   00 120  00 78      ALT-,   00  51  00 33 ║
  175. ║ ALT-J   00 36   00 24      ALT-2   00 121  00 79      ALT-.   00  52  00 34 ║
  176. ║ ALT-K   00 37   00 25      ALT-3   00 122  00 7A      ALT-/   00  53  00 35 ║
  177. ║ ALT-L   00 38   00 26      ALT-4   00 123  00 7B      ALT-ESC 00  01  00 01 ║
  178. ║ ALT-M   00 50   00 32      ALT-5   00 124  00 7C      ALT-TAB 00 165  00 A5 ║
  179. ║ ALT-N   00 49   00 31      ALT-6   00 125  00 7D      ALT-INS 00 162  00 A2 ║
  180. ║ ALT-O   00 24   00 18      ALT-7   00 126  00 7E      ALT-DEL 00 163  00 A3 ║
  181. ║ ALT-P   00 25   00 19      ALT-8   00 127  00 7F      ALT-HOM 00 151  00 97 ║
  182. ║ ALT-Q   00 16   00 10      ALT-9   00 128  00 80      ALT-END 00 159  00 9F ║
  183. ║ ALT-R   00 19   00 13      ALT-0   00 129  00 81                            ║
  184. ╚═══════════════════════════════════════════════════════════════════════kd════╝
  185. ╔═════════════════════════════════════════════════════════════════════════════╗
  186. ╟───────────────────────────EXTENDED KEYBOARD CODES─────────────────────────2─╢
  187. ║   KEY      DEC     HEX      KEY       DEC     HEX      KEY       DEC    HEX ║
  188. ╟─────────────────────────────────────────────────────────────────────────────╢
  189. ║ ALT-PGUP  00 153  00 99   CTRL-TAB   00 148  00 94   SHFT-TAB  00 15  00 0F ║
  190. ║ ALT-PGDN  00 161  00 A1   CTRL-INS   00 146  00 92   INS       00 82  00 52 ║
  191. ║ ALT-CRUP  00 152  00 98   CTRL-DEL   00 147  00 93   DEL       00 83  00 53 ║
  192. ║ ALT-CRDN  00 160  00 A0   CTRL-HOM   00 119  00 77   HOM       00 71  00 47 ║
  193. ║ ALT-CRLF  00 155  00 9B   CTRL-END   00 117  00 75   END       00 79  00 4F ║
  194. ║ ALT-CRRT  00 157  00 9D   CTRL-PGUP  00 132  00 84   PGUP      00 73  00 49 ║
  195. ║     NUMERIC KEYPAD        CTRL-PGDN  00 118  00 76   PGDN      00 81  00 51 ║
  196. ║ ALT-/     00 164  00 A4   CTRL-CRUP  00 141  00 8D   CRUP      00 72  00 48 ║
  197. ║ ALT-*     00  55  00 37   CTRL-CRDN  00 145  00 91   CRDN      00 80  00 50 ║
  198. ║ ALT--     00  74  00 4A   CTRL-CRLF  00 115  00 73   CRLF      00 75  00 4B ║
  199. ║ ALT-+     00  78  00 4E   CTRL-CRRT  00 116  00 74   CRRT      00 77  00 4D ║
  200. ║ ALT-ENTER 00 166  00 A6        NUMERIC KEYPAD            NUMERIC KEYPAD     ║
  201. ║                           CTRL-/     00 149  00 95   5         00 76  00 4C ║
  202. ║                           CTRL-*     00 150  00 96                          ║
  203. ║                           CTRL--     00 142  00 8E                          ║
  204. ║                           CTRL-+     00 144  00 90                          ║
  205. ║                           CTRL-5     00 143  00 8F                          ║
  206. ║                                                                             ║
  207. ╚═══════════════════════════════════════════════════════════════════════kd════╝
  208. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 1───────────╖
  209. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  210. ║    0    00     (NULL)    Ctrl 2                20   14            Ctrl T    ║
  211. ║    1    01              Ctrl A                21   15            Ctrl U    ║
  212. ║    2    02              Ctrl B                22   16            Ctrl V    ║
  213. ║    3    03              Ctrl C                23   17            Ctrl W    ║
  214. ║    4    04              Ctrl D                24   18            Ctrl X    ║
  215. ║    5    05              Ctrl E                25   19            Ctrl Y    ║
  216. ║    6    06              Ctrl F                26   1A            Ctrl Z    ║
  217. ║    7    07              Ctrl G                27   1B            ESCAPE    ║
  218. ║    8    08               BackSp                28   1C            Ctrl \    ║
  219. ║    9    09               TAB                   29   1D            Ctrl ]    ║
  220. ║   10    0A               Ctrl J                30   1E            Ctrl 6    ║
  221. ║   11    0B               Ctrl K                31   1F            Ctrl -    ║
  222. ║   12    0C               Ctrl L                32   20             SPACEBAR  ║
  223. ║   13    0D               Ctrl M                33   21      !      Ctrl !    ║
  224. ║   14    0E              Ctrl N                34   22      "      Ctrl "    ║
  225. ║   15    0F              Ctrl O                35   23      #      Ctrl #    ║
  226. ║   16    10              Ctrl P                36   24      $      Ctrl $    ║
  227. ║   17    11              Ctrl Q                37   25      %      Ctrl %    ║
  228. ║   18    12              Ctrl R                38   26      &      Ctrl &    ║
  229. ║   19    13              Ctrl S                39   27      '      Ctrl '    ║
  230. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  231. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 2───────────╖
  232. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  233. ║   40    28       (         (                   60   3C      <        <       ║
  234. ║   41    29       )         )                   61   3D      =        =       ║
  235. ║   42    2A       *         *                   62   3E      >        >       ║
  236. ║   43    2B       +         +                   63   3F      ?        ?       ║
  237. ║   44    2C       ,         ,                   64   40      @        @       ║
  238. ║   45    2D       -         -                   65   41      A        A       ║
  239. ║   46    2E       .         .                   66   42      B        B       ║
  240. ║   47    2F       /         /                   67   43      C        C       ║
  241. ║   48    30       0         0                   68   44      D        D       ║
  242. ║   49    31       1         1                   69   45      E        E       ║
  243. ║   50    32       2         2                   70   46      F        F       ║
  244. ║   51    33       3         3                   71   47      G        G       ║
  245. ║   52    34       4         4                   72   48      H        H       ║
  246. ║   53    35       5         5                   73   49      I        I       ║
  247. ║   54    36       6         6                   74   4A      J        J       ║
  248. ║   55    37       7         7                   75   4B      K        K       ║
  249. ║   56    38       8         8                   76   4C      L        L       ║
  250. ║   57    39       9         9                   77   4D      M        M       ║
  251. ║   58    3A       :         :                   78   4E      N        N       ║
  252. ║   59    3B       ;         ;                   79   4F      O        O       ║
  253. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  254. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 3───────────╖
  255. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  256. ║   80    50       P         P                   100  64      d        d       ║
  257. ║   81    51       Q         Q                   101  65      e        e       ║
  258. ║   82    52       R         R                   102  66      f        f       ║
  259. ║   83    53       S         S                   103  67      g        g       ║
  260. ║   84    54       T         T                   104  68      h        h       ║
  261. ║   85    55       U         U                   105  69      i        i       ║
  262. ║   86    56       V         V                   106  6A      j        j       ║
  263. ║   87    57       W         W                   107  6B      k        k       ║
  264. ║   88    58       X         X                   108  6C      l        l       ║
  265. ║   89    59       Y         Y                   109  6D      m        m       ║
  266. ║   90    5A       Z         Z                   110  6E      n        n       ║
  267. ║   91    5B       [         [                   111  6F      o        o       ║
  268. ║   92    5C       \         \                   112  70      p        p       ║
  269. ║   93    5D       ]         ]                   113  71      q        q       ║
  270. ║   94    5E       ^         ^                   114  72      r        r       ║
  271. ║   95    5F       _         _                   115  73      s        s       ║
  272. ║   96    60       `         `                   116  74      t        t       ║
  273. ║   97    61       a         a                   117  75      u        u       ║
  274. ║   98    62       b         b                   118  76      v        v       ║
  275. ║   99    63       c         c                   119  77      w        w       ║
  276. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  277. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 4───────────╖
  278. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  279. ║   120   78       x         x                   140  8C      î      Alt 140   ║
  280. ║   121   79       y         y                   141  8D      ì      Alt 141   ║
  281. ║   122   7A       z         z                   142  8E      Ä      Alt 142   ║
  282. ║   123   7B       {         {                   143  8F      Å      Alt 143   ║
  283. ║   124   7C       |         |                   144  90      É      Alt 144   ║
  284. ║   125   7D       }         }                   145  91      æ      Alt 145   ║
  285. ║   126   7E       ~         ~                   146  92      Æ      Alt 146   ║
  286. ║   127   7F              Ctrl BS               147  93      ô      Alt 147   ║
  287. ║   128   80       Ç       Alt 128               148  94      ö      Alt 148   ║
  288. ║   129   81       ü       TAB 129               149  95      ò      Alt 149   ║
  289. ║   130   82       é       Alt 130               150  96      û      Alt 150   ║
  290. ║   131   83       â       Alt 131               151  97      ù      Alt 151   ║
  291. ║   132   84       ä       Alt 132               152  98      ÿ      Alt 152   ║
  292. ║   133   85       à       Alt 133               153  99      Ö      Alt 153   ║
  293. ║   134   86       å       Alt 134               154  9A      Ü      Alt 154   ║
  294. ║   135   87       ç       Alt 135               155  9B      ¢      Alt 155   ║
  295. ║   136   88       ê       Alt 136               156  9C      £      Alt 156   ║
  296. ║   137   89       ë       Alt 137               157  9D      ¥      Alt 157   ║
  297. ║   138   8A       è       Alt 138               158  9E      ₧      Alt 158   ║
  298. ║   139   8B       ï       Alt 139               159  9F      ƒ      Alt 159   ║
  299. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  300. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 5───────────╖
  301. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  302. ║   160   A0       á       Alt 160               180  B4      ┤      Alt 180   ║
  303. ║   161   A1       í       Alt 161               181  B5      ╡      Alt 181   ║
  304. ║   162   A2       ó       Alt 162               182  B6      ╢      Alt 182   ║
  305. ║   163   A3       ú       Alt 163               183  B7      ╖      Alt 183   ║
  306. ║   164   A4       ñ       Alt 164               184  B8      ╕      Alt 184   ║
  307. ║   165   A5       Ñ       Alt 165               185  B9      ╣      Alt 185   ║
  308. ║   166   A6       ª       Alt 166               186  BA      ║      Alt 186   ║
  309. ║   167   A7       º       Alt 167               187  BB      ╗      Alt 187   ║
  310. ║   168   A8       ¿       Alt 168               188  BC      ╝      Alt 188   ║
  311. ║   169   A9       ⌐       Alt 169               189  BD      ╜      Alt 189   ║
  312. ║   170   AA       ¬       Alt 170               190  BE      ╛      Alt 190   ║
  313. ║   171   AB       ½       Alt 171               191  BF      ┐      Alt 191   ║
  314. ║   172   AC       ¼       Alt 172               192  C0      └      Alt 192   ║
  315. ║   173   AD       ¡       Alt 173               193  C1      ┴      Alt 193   ║
  316. ║   174   AE       «       Alt 174               194  C2      ┬      Alt 194   ║
  317. ║   175   AF       »       Alt 175               195  C3      ├      Alt 195   ║
  318. ║   176   B0       ░       Alt 176               196  C4      ─      Alt 196   ║
  319. ║   177   B1       ▒       Alt 177               197  C5      ┼      Alt 197   ║
  320. ║   178   B2       ▓       Alt 178               198  C6      ╞      Alt 198   ║
  321. ║   179   B3       │       Alt 179               199  C7      ╟      Alt 199   ║
  322. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  323. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 6───────────╖
  324. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  325. ║   200   C8       ╚       Alt 200               220  DC      ▄      Alt 220   ║
  326. ║   201   C9       ╔       Alt 201               221  DD      ▌      Alt 221   ║
  327. ║   202   CA       ╩       Alt 202               222  DE      ▐      Alt 222   ║
  328. ║   203   CB       ╦       Alt 203               223  DF      ▀      Alt 223   ║
  329. ║   204   CC       ╠       Alt 204               224  E0      α      Alt 224   ║
  330. ║   205   CD       ═       Alt 205               225  E1      ß      Alt 225   ║
  331. ║   206   CE       ╬       Alt 206               226  E2      Γ      Alt 226   ║
  332. ║   207   CF       ╧       Alt 207               227  E3      π      Alt 227   ║
  333. ║   208   D0       ╨       Alt 208               228  E4      Σ      Alt 228   ║
  334. ║   209   D1       ╤       Alt 209               229  E5      σ      Alt 229   ║
  335. ║   210   D2       ╥       Alt 210               230  E6      µ      Alt 230   ║
  336. ║   211   D3       ╙       Alt 211               231  E7      τ      Alt 231   ║
  337. ║   212   D4       ╘       Alt 212               232  E8      Φ      Alt 232   ║
  338. ║   213   D5       ╒       Alt 213               233  E9      Θ      Alt 233   ║
  339. ║   214   D6       ╓       Alt 214               234  EA      Ω      Alt 234   ║
  340. ║   215   D7       ╫       Alt 215               235  EB      δ      Alt 235   ║
  341. ║   216   D8       ╪       Alt 216               236  EC      ∞      Alt 236   ║
  342. ║   217   D9       ┘       Alt 217               237  ED      φ      Alt 237   ║
  343. ║   218   DA       ┌       Alt 218               238  EE      ε      Alt 238   ║
  344. ║   219   DB       █       Alt 219               239  EF      ∩      Alt 239   ║
  345. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  346. ╓─────────────────────────── Keyboard Ascii Chart ────────────page 7───────────╖
  347. ║   Dec   Hex    Symbol   Keypress               Dec  Hex   Symbol  Keypress   ║
  348. ║   240   F0               Alt 240                                             ║
  349. ║   241   F1       ±       Alt 241                                             ║
  350. ║   242   F2       ≥       Alt 242                                             ║
  351. ║   243   F3       ≤       Alt 243                                             ║
  352. ║   244   F4       ⌠       Alt 244                                             ║
  353. ║   245   F5       ⌡       Alt 245                                             ║
  354. ║   246   F6       ÷       Alt 246                                             ║
  355. ║   247   F7       ≈       Alt 247                ┌───────────────────────┐    ║
  356. ║   248   F8       °       Alt 248                │Courtesy of Patriot BBS│    ║
  357. ║   249   F9       ∙       Alt 249                │   1:157/534@fidonet   │    ║
  358. ║   250   FA       ·       Alt 250                │ (216)628-4860 USR DS  │    ║
  359. ║   251   FB       √       Alt 251                │   DDS/GSDS/SDN/SDS    │    ║
  360. ║   252   FC       ⁿ       Alt 252                └───────────────────────┘    ║
  361. ║   253   FD       ²       Alt 253                                             ║
  362. ║   254   FE       ■       Alt 254                                             ║
  363. ║   255   FF    (blank)    Alt 255                                             ║
  364. ║                                                                              ║
  365. ║  Characters above decimal 127 are displayed with the CTRL or ALT toggles.    ║
  366. ║  Holding ALT down while pressing 2 5 1 produces a √ when ALT is released.    ║
  367. ║  * Symbols for ascii codes 8,9,10,13 and 240 could not be displayed here.    ║
  368. ╙───────────────────────────────────────────────────────────────────────gkg────╜
  369.  
  370.