Skip to content

Instantly share code, notes, and snippets.

@minisaw
Created December 20, 2018 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minisaw/96a088445c8cd8af1a901a2445257dcc to your computer and use it in GitHub Desktop.
Save minisaw/96a088445c8cd8af1a901a2445257dcc to your computer and use it in GitHub Desktop.
{
"title": "Remove Caps Lock delay",
"rules": [
{
"description": "Remove Caps Lock delay",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "caps_lock"
}
],
"to_if_alone": [
{
"key_code": "caps_lock",
"hold_down_milliseconds": 100
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment