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
When i send a sendKeystroke(MOD_GUI_LEFT) the response i get is a letter "E" typed over and over again.
I went to usb.org to check the key codes and i found that the code for the Left GUI key is 227. When i enter the code into sendKeyStroke(227), nothing happens. what can i do???
The text was updated successfully, but these errors were encountered:
Had the same issue, got it working with sendKeystroke(0, MOD_GUI_LEFT), as MOD_GUI_LEFT is a modifier. Also it was enough to send it only once and then the "key" is kept "down" until you cancel it using sendKeystroke(0, 0)
When i send a sendKeystroke(MOD_GUI_LEFT) the response i get is a letter "E" typed over and over again.
I went to usb.org to check the key codes and i found that the code for the Left GUI key is 227. When i enter the code into sendKeyStroke(227), nothing happens. what can i do???
The text was updated successfully, but these errors were encountered: