Open
Description
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