Skip to content

Instantly share code, notes, and snippets.

@kindlychung
Created January 23, 2023 10:57
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 kindlychung/85b8be828a98eacd43fe23190cb1c749 to your computer and use it in GitHub Desktop.
Save kindlychung/85b8be828a98eacd43fe23190cb1c749 to your computer and use it in GitHub Desktop.
{
"title": "Change caps_lock to esc repeated 3 times",
"rules": [
{
"description": "Change caps_lock to esc repeated 3 times",
"manipulators": [
{
"type": "basic",
"from": <%= from("caps_lock", [], ["any"]) %>,
"to": <%= to([["escape", "escape", "escape"]]) %>,
"to_if_alone": <%= to([["escape", "escape", "escape"]]) %>
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment