Skip to content

Some characters are incorrectly typed #535

@freddy-daniel

Description

@freddy-daniel

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions