-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cominbation not working (OSX, Java 9) #7
Comments
Hello, can you give me more details about the error? |
I have the same error/bug I am tryin to simulate a paste command - I am using a mac book so I am trying to send 'Command+V' I don't receive any errors, the java icon pops up and then goes away but no pasting takes place. I am trying to paste something on to a google doc. |
+1. tried this exact thing |
+1 @jaybeecave do normal keys work for you? For me nothing works-- the Java icons open and close automatically . I have a regular text file open. I have 10.15.7 Catalina. |
Checked out the Java keycode map Found out that mac "CMD" is "meta" so
This is what you can try. |
Sending a key combination results in no output. Using sendKey() works as intended.
The text was updated successfully, but these errors were encountered: