bump karabiner

This commit is contained in:
Tomas Mirchev 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" }
}
]
}

View File

@ -1,6 +1,25 @@
{ {
"global": { "show_in_menu_bar": false },
"profiles": [ "profiles": [
{ {
"devices": [
{
"identifiers": {
"is_keyboard": true,
"product_id": 50475,
"vendor_id": 1133
},
"ignore_vendor_events": true
},
{
"identifiers": {
"is_keyboard": true,
"product_id": 50504,
"vendor_id": 1133
},
"ignore_vendor_events": true
}
],
"name": "Default profile", "name": "Default profile",
"selected": true, "selected": true,
"simple_modifications": [ "simple_modifications": [