-
-
Notifications
You must be signed in to change notification settings - Fork 181
Some characters are incorrectly typed #535
Copy link
Copy link
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels