dotfiles/config/macos/karabiner/automatic_backups/karabiner_20250214.json
2025-02-24 09:51:41 +00:00

21 lines
566 B
JSON

{
"global": { "show_in_menu_bar": false },
"profiles": [
{
"devices": [
{
"identifiers": { "is_keyboard": true },
"simple_modifications": [
{
"from": { "key_code": "non_us_backslash" },
"to": [{ "key_code": "grave_accent_and_tilde" }]
}
]
}
],
"name": "Default profile",
"selected": true
}
]
}