Updated some files

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2026-03-06 12:05:46 +01:00
parent 175c839ea9
commit c36b8443f5
2 changed files with 31 additions and 5 deletions

View File

@@ -389,17 +389,43 @@
"product_id": 666, "product_id": 666,
"vendor_id": 76 "vendor_id": 76
}, },
"simple_modifications": [
{
"from": { "key_code": "right_command" },
"to": [{ "key_code": "right_option" }]
}
]
},
{
"identifiers": {
"is_keyboard": true,
"product_id": 666,
"vendor_id": 1452
},
"simple_modifications": [
{
"from": { "key_code": "right_command" },
"to": [{ "key_code": "right_option" }]
}
]
},
{
"identifiers": {
"is_keyboard": true,
"product_id": 34304,
"vendor_id": 1452
},
"ignore": true "ignore": true
} }
], ],
"fn_function_keys": [ "fn_function_keys": [
{ {
"from": { "key_code": "f5" }, "from": { "key_code": "f4" },
"to": [{ "key_code": "f5" }] "to": [{ "apple_vendor_keyboard_key_code": "mission_control" }]
}, },
{ {
"from": { "key_code": "f6" }, "from": { "key_code": "f5" },
"to": [{ "key_code": "f13" }] "to": [{ "key_code": "f5" }]
} }
], ],
"name": "Default profile", "name": "Default profile",

View File

@@ -1,4 +1,4 @@
ext jpg = feh --scale-down "$@" ext jpg = open -a Preview "$@"
#ext doc = openoffice4 "$@" #ext doc = openoffice4 "$@"
#ext odt = openoffice4 "$@" #ext odt = openoffice4 "$@"