				    --

	      Regular  ASCII Chart (character codes   0 - 127)
Hold CTRL, press Q then key.   > 31, hold ALT, type #, release ALT = char.
 Q-              Q-
 @-  0   (nul)   P- 16  (dle)   32  (sp)  48 0   64 @   80 P   96 `  112 p
 A-  1  (soh)   Q- 17  (dc1)   33 !      49 1   65 A   81 Q   97 a  113 q
 B-  2  (stx)   R- 18  (dc2)   34 "      50 2   66 B   82 R   98 b  114 r
 C-  3  (etx)   S- 19  (dc3)   35 #      51 3   67 C   83 S   99 c  115 s
 D-  4  (eot)   T- 20  (dc4)   36 $      52 4   68 D   84 T  100 d  116 t
 E-  5  (enq)   U- 21  (nak)   37 %      53 5   69 E   85 U  101 e  117 u
 F-  6  (ack)   V- 22  (syn)   38 &      54 6   70 F   86 V  102 f  118 v
 G-  7  (bel)   W- 23  (etb)   39 '      55 7   71 G   87 W  103 g  119 w
 H-  8  (bs)    X- 24  (can)   40 (      56 8   72 H   88 X  104 h  120 x
 I-  9 	 (tab)   Y- 25  (em)    41 )      57 9   73 I   89 Y  105 i  121 y
 J- 10 
 (lf)    Z- 26  (eof)   42 *      58 :   74 J   90 Z  106 j  122 z
 K- 11  (vt)  ESC[ 27  (esc)   43 +      59 ;   75 K   91 [  107 k  123 {
 L- 12  (np)    \- 28  (fs)    44 ,      60 <   76 L   92 \  108 l  124 |
 M- 13 
 (cr)    ]- 29  (gs)    45 -      61 =   77 M   93 ]  109 m  125 }
 N- 14  (so)    6- 30  (rs)    46 .      62 >   78 N   94 ^  110 n  126 ~
 O- 15  (si)    -- 31  (us)    47 /      63 ?   79 O   95 _  111 o  127 
				    --
CTRL+Q+@ doesn't make a 0=nul, 9=HT? 12=FF? 26=SUB? ^Q+backspace=127==DEL?
	      Extended ASCII Chart (character codes 128 - 255)
Hold ALT, enter # on key pad, release ALT, gets character associated with #.

 128      144      160      176      192      208      224      240 
 129      145      161      177      193      209      225      241 
 130      146      162      178      194      210      226      242 
 131      147      163      179      195      211      227      243 
 132      148      164      180      196      212      228      244 
 133      149      165      181      197      213      229      245 
 134      150      166      182      198      214      230      246 
 135      151      167      183      199      215      231      247 
 136      152      168      184      200      216      232      248 
 137      153      169      185      201      217      233      249 
 138      154      170      186      202      218      234      250 
 139      155      171      187      203      219      235      251 
 140      156      172      188      204      220      236      252 
 141      157      173      189      205      221      237      253 
 142      158      174      190      206      222      238      254 
 143      159      175      191      207      223      239      255 
				    --
Some characters don't show up on the screen, 0=null, 9=tab, 32=space, 255=?