This command will return an integer value of one if the shift key is being pressed, otherwise zero is returned.
Return Integer=SHIFTKEY()
A one if the shift key is being pressed, otherwise zero is returned
cls do if shiftkey()=1 print "key= "+str$(shiftkey()) endif loop end
INPUT Commands Menu Index