bump karabiner

This commit is contained in:
2025-11-06 11:14:32 +01:00
parent 35a9e08a7e
commit ad2e33db35
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": [
{
"from": { "key_code": "caps_lock" },
"to": [{ "key_code": "left_control" }]
}
],
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
}
]
}