feat(karabiner): remap F4 to open Raycast

This commit is contained in:
Stefan Imhoff
2022-11-16 21:11:02 +01:00
parent 57702ce69b
commit b86e0c9f79

View File

@@ -265,6 +265,22 @@
"type": "basic"
}
]
},
{
"description": "F4: Open Raycast",
"manipulators": [
{
"from": {
"key_code": "f4"
},
"to": [
{
"shell_command": "open -a raycast"
}
],
"type": "basic"
}
]
}
]
},
@@ -366,6 +382,20 @@
"manipulate_caps_lock_led": false,
"simple_modifications": [],
"treat_as_built_in_keyboard": false
},
{
"disable_built_in_keyboard_if_exists": false,
"fn_function_keys": [],
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 591,
"vendor_id": 1452
},
"ignore": false,
"manipulate_caps_lock_led": true,
"simple_modifications": [],
"treat_as_built_in_keyboard": false
}
],
"fn_function_keys": [
@@ -495,7 +525,48 @@
"delay_milliseconds_before_open_device": 1000
},
"selected": true,
"simple_modifications": [],
"simple_modifications": [
{
"from": {
"key_code": "f3"
},
"to": [
{
"apple_vendor_keyboard_key_code": "mission_control"
}
]
},
{
"from": {
"key_code": "f7"
},
"to": [
{
"consumer_key_code": "rewind"
}
]
},
{
"from": {
"key_code": "f8"
},
"to": [
{
"consumer_key_code": "play_or_pause"
}
]
},
{
"from": {
"key_code": "f9"
},
"to": [
{
"consumer_key_code": "fast_forward"
}
]
}
],
"virtual_hid_keyboard": {
"country_code": 0,
"indicate_sticky_modifier_keys_state": true,