I'm using it on windows now and the buttons (space, q,w,e,r,ctrl) aren't responding --they did at first and just recently quit working.
For example, the code:
do
a$ = str(getbuttonstate(1))+str(getbuttonstate(2))+str(getbuttonstate(3))+str(getbuttonstate(4))+str(getbuttonstate(5))
Print(a$)
Sync()
loop
shows all zeroes no matter what I press.