Karabiner-Elements
Karabiner-Elements copied to clipboard
CMD+CAPSLOCK TOGGLE NOT WORKING
I'VE SET IT SO THAT LEFT_COMMAND + CAPS_LOCK TOGGLES CAPSLOCK, BUT IT DOESN'T NOT TURN OFF CAPS LOCK.
HERE'S MY CPDE. FORGIVE MY CAPSLOCK, I CANNOT TURN IT OFF
{ "description": "Cmd + Capslock activates capslock", "manipulators": [{ "from": { "key_code": "caps_lock", "modifiers": { "mandatory": [ "left_command" ] } }, "to": [{ "key_code": "caps_lock" }], "type": "basic" }] },