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
This happens because the OS treats keyboard.press() and keyboard.release() as holding the key down, not pressing it repeatedly (unlike your physical keyboard). However, you can use this program below to do what you want to do:
Hello there, by somehow i cannot hold a key with keyboard.press(), it just press once. Anyone know what is the issue?
The text was updated successfully, but these errors were encountered: