forked from octalmage/robotjs
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Expected Behavior
robot.keyToggle should work in MacOS
Current Behavior
I am trying to simulate CTRL + UP keystroke. But it is not working and not producing any error either.
Steps to Reproduce (for bugs)
robot.keyToggle("control","down");
robot.keyTap("up");
robot.keyToggle("control","up");
Your Environment
- RobotJS version: @jitsi/robotjs@^0.6.13
- Node.js version: v22.3.0
- npm version: 10.8.1
- Operating System: MacOS Sonoma 14.5 (23F79)
Metadata
Metadata
Assignees
Labels
No labels