Skip to content
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

Some characters are incorrectly typed #535

Open
freddy-daniel opened this issue Sep 26, 2023 · 1 comment
Open

Some characters are incorrectly typed #535

freddy-daniel opened this issue Sep 26, 2023 · 1 comment

Comments

@freddy-daniel
Copy link

freddy-daniel commented Sep 26, 2023

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>

@gokaybiz
Copy link

If your keyboard layout is en-us-q, can you try with shift + "," and shift + "."?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants