Karabiner-Elements icon indicating copy to clipboard operation
Karabiner-Elements copied to clipboard

CMD+CAPSLOCK TOGGLE NOT WORKING

Open ThinkSalat opened this issue 2 years ago • 0 comments

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" }] },

ThinkSalat avatar Sep 21 '22 04:09 ThinkSalat