You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
from autopy import key
import time
key.toggle(long(key.K_CAPSLOCK), True)
time.sleep(5)
key.toggle(long(key.K_CAPSLOCK), False)
I dont see caps lock turning on and going off after 5 secs
The text was updated successfully, but these errors were encountered: