Skip to content

Instantly share code, notes, and snippets.

@gianpaj
Created November 5, 2024 19:58
Show Gist options
  • Save gianpaj/657d1ff8d5c690b8bf8a105697bc6ec3 to your computer and use it in GitHub Desktop.
Save gianpaj/657d1ff8d5c690b8bf8a105697bc6ec3 to your computer and use it in GitHub Desktop.
Karabiner configuration to disable accent functionality from backtick button
{
"description": "non_us_backslash (backtick) fix",
"manipulators": [
{
"from": { "key_code": "non_us_backslash" },
"to": [
{ "key_code": "non_us_backslash" },
{ "key_code": "spacebar" }
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment