We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.2"
OS Linux
Short overview Some characters such as < and * + In number pad are typed incorrectly while shift key is pressed.
Additional content
await keyboard.pressKey(Key.LeftShift); await keyboard.type('<'); await keyboard.type('A'); await keyboard.type('B'); await keyboard.type('>'); await keyboard.releaseKey(Key.LeftShift);
Output >AB>
The text was updated successfully, but these errors were encountered:
If your keyboard layout is en-us-q, can you try with shift + "," and shift + "."?
Sorry, something went wrong.
No branches or pull requests
Version
"@nut-tree/nut-js": "^3.1.2"
OS
Linux
Short overview
Some characters such as < and * + In number pad are typed incorrectly while shift key is pressed.
Additional content
Output
>AB>
The text was updated successfully, but these errors were encountered: