Skip to content

Instantly share code, notes, and snippets.

@gianpaj
Created November 5, 2024 19:58
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