WHILE 1 'find code for keypress CASE 1:
PRINT "1 char keypress = ";
ASC(k$
);
" keyhit = "; hk&
'findings
'<esc> pressed twice exits this screen! number printed after 2nd press of any
'Alt + letter -> 2 char keypress numbers seem to jump all around they are QWERTY order?
'Ctrl + letter -> 1 char A = 1, B = 2...
'Ctrl + m is same as <enter>
'arrows
'up 72, dowm 80, left 75, right 77