0 SCREEN,0:PRINT:PRINT" KEYNUM by James Main Kenney 1995":PRINT:PRINT" Displays byte generated by any key or key combination and the screen characterdefined for it; CTRL-C to exit":PRINT 1 PRINT" Key ";:A=ASC(INPUT$(1)):PRINTUSING"generates ### ";A;:PRINTCHR$(A):GOTO1