1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Update Karabiner config

The country code change fixes the problem where ` and § are swapped.
This commit is contained in:
Daniel Barber 2019-10-25 11:32:50 -04:00
parent 7cd0abc4a0
commit 1c543d379e
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -916,10 +916,10 @@
], ],
"virtual_hid_keyboard": { "virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0, "caps_lock_delay_milliseconds": 0,
"country_code": 0, "country_code": 1,
"keyboard_type": "iso", "keyboard_type": "iso",
"mouse_key_xy_scale": 100 "mouse_key_xy_scale": 100
} }
} }
] ]
} }