We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Met the same issue, still wating for this to fix. I'm running on Mac Ventura
No branches or pull requests
Version
node: v15.5.0
@nut-tree/nut-js: 2.0.1
Short overview
The following shortcut doesn't work on mac Monterey
I expect to switch between virtual desktop spaces,
this shortcut works with normal keyboard
The text was updated successfully, but these errors were encountered: