I usually remap the caps lock key to manage utilizing MacOS System settings. This has labored effectively. Nonetheless, generally I would like to make use of precise caps lock, and I’ve used Karabiner to make a double faucet on the left shift key activate caps lock. This has labored effectively. Nonetheless, 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 quite a few other ways to activate caps lock utilizing complicated modifications. What baffles me is that Karbiner Occasion Viewer shows caps_lock occasions when my modifications are activated, however the system doesn’t recognise them; the caps_lock has no impact.
Proper now I’ve set proper command + c to ship caps_lock:
{
"description": "Change right_command + c to Caps lock",
"manipulators": [
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": ["right_command"],
"non-compulsory": ["any"]
}
},
"to": [{ "key_code": "caps_lock" }],
"sort": "fundamental"
}
]
},
Here is a screenshot of the occasions captured by Karabiner Occasion Viewer:
I’ve additionally imported a modification to disable the “unintended caps lock press” that MacOS implements, however there appears to be no distinction.
Anybody else with comparable issues utilizing Karabiner?