We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Version "@nut-tree/nut-js": "^3.1.1",
Short overview Whenever I have multiple keys being pressed like:
keyboard.pressKey(Key.RightCmd, Key.RightBracket); // or keyboard.type(Key.RightCmd, Key.RightBracket);
Thea application throws an exception: (node:32260) UnhandledPromiseRejectionWarning: Error: [nut.js] - Error: Invalid key flag specified.
Issue occurs on
Detailed error description
I'm using a Macbook Pro M1, latest MacOS. Running nut-js in the latest electron.
Steps to reproduce error
Simply call the following like without a try-catch (so it will force an exception):
keyboard.pressKey(Key.RightCmd, Key.RightBracket);
Additional content
Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)
The text was updated successfully, but these errors were encountered:
Hi @pablohpsilva-forjnetwork 👋
This is a known issue and is planned for v3.1.2: #490
Sorry, something went wrong.
No branches or pull requests
Version
"@nut-tree/nut-js": "^3.1.1",
Short overview
Whenever I have multiple keys being pressed like:
Thea application throws an exception:
(node:32260) UnhandledPromiseRejectionWarning: Error: [nut.js] - Error: Invalid key flag specified.
Issue occurs on
Detailed error description
I'm using a Macbook Pro M1, latest MacOS.
Running nut-js in the latest electron.
Steps to reproduce error
Simply call the following like without a try-catch (so it will force an exception):
Additional content
The text was updated successfully, but these errors were encountered: