This command will get the scancode of the key currently being pressed.
Return Integer=SCANCODE()
The scancode number of the key being pressed
cls do if scancode()<>0 print "key= "+str$(scancode()) endif loop end
INPUT Commands Menu Index