Skip to content

Commit

Permalink
karabiner: Remove Caps Lock keystroke delay
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Dec 18, 2024
1 parent 0e99b22 commit 3de7acf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions karabiner/.config/karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@
{
"complex_modifications": {
"rules": [
{
"description": "Disable Caps Lock accidental keystroke prevention (remove 100ms delay)",
"manipulators": [
{
"from": {
"key_code": "caps_lock",
"modifiers": { "optional": ["any"] }
},
"to": [
{
"hold_down_milliseconds": 100,
"key_code": "caps_lock"
},
{ "key_code": "vk_none" }
],
"type": "basic"
}
]
},
{
"manipulators": [
{
Expand Down

0 comments on commit 3de7acf

Please sign in to comment.