Skip to content

"control right" on mac doesn't work #376

Open
@antonbrams

Description

@antonbrams

Version
node: v15.5.0
@nut-tree/nut-js: 2.0.1

Short overview
The following shortcut doesn't work on mac Monterey

    const {keyboard, Key} = require('@nut-tree/nut-js')
 
    ;(async () => {
        await keyboard.type(Key.LeftControl, Key.Right)
        // await keyboard.pressKey(Key.LeftControl, Key.Right)
        // await keyboard.releaseKey(Key.LeftControl, Key.Right)
    })()

I expect to switch between virtual desktop spaces,
this shortcut works with normal keyboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions