SHIFTKEY

This command will return an integer value of one if the shift key is being pressed, otherwise zero is returned.

  Syntax
Return Integer=SHIFTKEY()
  Returns

A one if the shift key is being pressed, otherwise zero is returned

  Example Code
cls
do
if shiftkey()=1
print "key= "+str$(shiftkey())
endif
loop
end
  See also

INPUT Commands Menu
Index