troubleshoot help: karabiner-elements complex modifications not working #3704
Unanswered
chanheng01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
System details:
Problem Statement:
I created two complex modifications to map Thinkpad USB keyboard buttons to specific keyboard shortcuts on Mac OS; however, they are not working.
Details:
Additional Details:
Mute button mapping:
{ "description": "Mute button mapping", "manipulators": [ { "from": { "pointing_button": "button16" }, "to": [ { "key_code": "a", "modifiers": [ "command", "shift" ] } ], "type": "basic" } ] }
Lock Screen button mapping:
{ "description": "Lock Screen button mapping", "manipulators": [ { "from": { "pointing_button": "button17" }, "to": [ { "key_code": "q", "modifiers": [ "control", "command" ] } ], "type": "basic" } ] }
Beta Was this translation helpful? Give feedback.
All reactions