Skip to content

Commit

Permalink
feat(karabiner): modify external keyboard keys
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Sep 6, 2024
1 parent fc08d20 commit 56bfcb0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion roles/karabiner/files/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,21 @@
"vendor_id": 6940
},
"ignore": false,
"simple_modifications": [
{
"from": { "key_code": "non_us_backslash" },
"to": [{ "key_code": "grave_accent_and_tilde" }]
},
{
"from": { "key_code": "grave_accent_and_tilde" },
"to": [{ "key_code": "non_us_backslash" }]
}
],
"treat_as_built_in_keyboard": true
}
],
"name": "aome",
"selected": true
}
]
}
}

0 comments on commit 56bfcb0

Please sign in to comment.