Skip to content

Instantly share code, notes, and snippets.

@frankmeeuwsen
Created February 18, 2024 09:46
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 frankmeeuwsen/43b5825a21fe17cf57045a8775f5cf64 to your computer and use it in GitHub Desktop.
Save frankmeeuwsen/43b5825a21fe17cf57045a8775f5cf64 to your computer and use it in GitHub Desktop.
Karabiner - F19 (Capslock) to Control in Emacs
{
"description": "F19 (Capslock) to Control in Emacs",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gnu\\.Emacs$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "f19"
},
"to": [
{
"key_code": "left_control"
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment