17.1 C
New York
Sunday, November 17, 2024

Carabiner: Cannot activate caps lock since a current replace


I normally remap the caps lock key to regulate utilizing MacOS system settings. This has labored effectively. Nevertheless, typically I want to make use of precise caps lock, and I’ve used Karabiner to double-tap the left shift key to activate caps lock. This has labored effectively. Nevertheless, not too long ago this stopped working and I think it is because of some driver replace that Karabiner knowledgeable me about.

I’ve now tried a number of alternative ways to activate caps lock utilizing advanced modifications. What’s puzzling me is that the Karbiner Occasion Viewer exhibits caps_lock occasions when my mods are triggered, however the system does not acknowledge them; the caps_lock has no impact.

At the moment I set the correct command + c to ship caps_lock:

 {
  "description": "Change right_command + c to Caps lock",
    "manipulators": (
      {
        "from": {
           "key_code": "c",
           "modifiers": {
           "necessary": ("right_command"),
           "non-obligatory": ("any")
         }
       },
         "to": ({ "key_code": "caps_lock" }),
         "kind": "primary"
       }
    )
 },

Here’s a screenshot of the occasions captured by Karabiner Occasion Viewer:

I additionally imported a mod to disable the “unintended shift press” that MacOS implements, but it surely appears to make no distinction.

Anybody else having related issues utilizing Karabiner?

Related Articles

Latest Articles