Skip to content

Instantly share code, notes, and snippets.

@moiseshilario
Last active August 27, 2024 13:11
Show Gist options
  • Save moiseshilario/43ec9b149ad09dde00f7dbcd6c426cd5 to your computer and use it in GitHub Desktop.
Save moiseshilario/43ec9b149ad09dde00f7dbcd6c426cd5 to your computer and use it in GitHub Desktop.
karabiner elements: Zed Editor ~ change caps to escape
{
"description": "Zed Editor: change caps to escape",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "escape"
}
],
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"dev.zed.Zed"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment