Skip to content

keyToggle not working, has no error #21

@llxx-lord-xxll

Description

@llxx-lord-xxll

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions