Skip to content

Instantly share code, notes, and snippets.

@musaprg
Created April 9, 2025 04:41
Show Gist options
  • Save musaprg/a9a9f6c4854579c7ec746c6f03e789a4 to your computer and use it in GitHub Desktop.
Save musaprg/a9a9f6c4854579c7ec746c6f03e789a4 to your computer and use it in GitHub Desktop.
Karabiner Elements Config to switch key locale
{
"profiles": [
{
"devices": [
{
"disable_built_in_keyboard_if_exists": true,
"identifiers": {
"is_keyboard": true,
"product_id": 256,
"vendor_id": 2131
}
}
],
"name": "ANSI",
"selected": true,
"virtual_hid_keyboard": {
"country_code": 0,
"keyboard_type_v2": "ansi"
}
},
{
"devices": [
{
"disable_built_in_keyboard_if_exists": true,
"identifiers": {
"is_keyboard": true,
"product_id": 256,
"vendor_id": 2131
}
}
],
"name": "JIS",
"virtual_hid_keyboard": {
"country_code": 0,
"keyboard_type_v2": "jis"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment