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

Hyperkey predefined rule broken #4030

Open
csrbarber opened this issue Nov 25, 2024 · 3 comments
Open

Hyperkey predefined rule broken #4030

csrbarber opened this issue Nov 25, 2024 · 3 comments

Comments

@csrbarber
Copy link

The predefined rule of Change caps_lock to command+control+option+shift. does not work. I'm on macOS version 15.1.1 (24B91), Karabiner Elements version 15.3.0.

@tekezo
Copy link
Member

tekezo commented Nov 26, 2024

First, please check the current behavior in EventViewer.
https://karabiner-elements.pqrs.org/docs/manual/operation/eventviewer/

@csrbarber
Copy link
Author

Hi @tekezo, it looks like it's registering the event correctly.

[
  {
    "type": "down",
    "name": {"key_code":"caps_lock"},
    "usagePage": "7 (0x0007)",
    "usage": "57 (0x0039)",
    "misc": ""
  },
  {
    "type": "up",
    "name": {"key_code":"caps_lock"},
    "usagePage": "7 (0x0007)",
    "usage": "57 (0x0039)",
    "misc": ""
  }
]

@tekezo
Copy link
Member

tekezo commented Nov 27, 2024

It seems like the conversion isn't working at all. If that's the case, please verify the following:

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

2 participants