Created
November 5, 2024 19:58
-
-
Save gianpaj/657d1ff8d5c690b8bf8a105697bc6ec3 to your computer and use it in GitHub Desktop.
Karabiner configuration to disable accent functionality from backtick button
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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