SCANCODE

This command will get the scancode of the key currently being pressed.

  Syntax
Return Integer=SCANCODE()
  Returns

The scancode number of the key being pressed

  Example Code
cls
do
if scancode()<>0
print "key= "+str$(scancode())
endif
loop
end
  See also

INPUT Commands Menu
Index