This command will return an integer value of one if the control key is being pressed, otherwise zero is returned.
Return Integer=CONTROLKEY()
A one if the control key is being pressed, otherwise zero is returned
cls do cls if controlkey()=1 print "controlkey has been pressed" else print "controlkey has not be pressed " endif loop end
INPUT Commands Menu Index