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

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

Open
antonbrams opened this issue Feb 21, 2022 · 3 comments
Open

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

antonbrams opened this issue Feb 21, 2022 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@antonbrams
Copy link

antonbrams commented Feb 21, 2022

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

@s1hofmann s1hofmann added this to the TipTap milestone Feb 27, 2022
@s1hofmann s1hofmann added the bug Something isn't working label Apr 17, 2022
@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 18, 2022
@github-actions
Copy link

github-actions bot commented Jun 1, 2022

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Jun 1, 2022
@s1hofmann s1hofmann removed the stale label Aug 7, 2022
@s1hofmann s1hofmann reopened this Aug 7, 2022
@hysasuke
Copy link

Met the same issue, still wating for this to fix. I'm running on Mac Ventura

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants