Skip to content

[bug]: <kd><c><ku> commands not working for multiple modifiers #100

@NSEvent

Description

@NSEvent

What went wrong?

sendkeys -c "kd:control,command,option<c:right:control,command,option>ku:control,command,option"

This command is not being interpreted as ctrl, cmd, option, right arrow like it should be.

Instead it is interpreted literally. My keyboard types out this string "kd:control,command,option<c:right:control,command,option>ku:control,command,option"

Expected result:

Interpet command as a single ctrl, cmd, option, right arrow

Actual result:

Command types out literal string "kd:control,command,option<c:right:control,command,option>ku:control,command,option"

Other information:

  • Sendkeys version: ...
  • Operating system: 26.0
  • Processor (e.g. Intel, M1): M3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions