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

keyToggle not working, has no error #21

Open
llxx-lord-xxll opened this issue Jun 26, 2024 · 0 comments
Open

keyToggle not working, has no error #21

llxx-lord-xxll opened this issue Jun 26, 2024 · 0 comments

Comments

@llxx-lord-xxll
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant