Skip to content

Instantly share code, notes, and snippets.

@gbishop
Last active June 5, 2026 17:10
Show Gist options
  • Select an option

  • Save gbishop/8d9f7f308b1a51bec4a79f1be8116b30 to your computer and use it in GitHub Desktop.

Select an option

Save gbishop/8d9f7f308b1a51bec4a79f1be8116b30 to your computer and use it in GitHub Desktop.
Make CapsLock be Escape with tapped and Control when held
[ids]
*
[main]
# Maps capslock to escape when pressed and control when held.
capslock = overload(control, esc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment