mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add hyper key 🚀
This commit is contained in:
parent
502f67d8a6
commit
14738e9d3f
@ -12,6 +12,32 @@
|
|||||||
"basic.to_if_alone_timeout_milliseconds": 1000
|
"basic.to_if_alone_timeout_milliseconds": 1000
|
||||||
},
|
},
|
||||||
"rules": [
|
"rules": [
|
||||||
|
{
|
||||||
|
"description": "Change right option into hyper key",
|
||||||
|
"manipulators": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_option",
|
||||||
|
"modifiers": {
|
||||||
|
"optional": [
|
||||||
|
"any"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "right_shift",
|
||||||
|
"modifiers": [
|
||||||
|
"right_command",
|
||||||
|
"right_control",
|
||||||
|
"right_option"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "basic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Change Fn + h/j/k/l to Arrows",
|
"description": "Change Fn + h/j/k/l to Arrows",
|
||||||
"manipulators": [
|
"manipulators": [
|
||||||
@ -105,7 +131,10 @@
|
|||||||
],
|
],
|
||||||
"optional": [
|
"optional": [
|
||||||
"caps_lock",
|
"caps_lock",
|
||||||
"shift"
|
"shift",
|
||||||
|
"command",
|
||||||
|
"option",
|
||||||
|
"control"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -122,7 +151,10 @@
|
|||||||
"modifiers": {
|
"modifiers": {
|
||||||
"optional": [
|
"optional": [
|
||||||
"caps_lock",
|
"caps_lock",
|
||||||
"shift"
|
"shift",
|
||||||
|
"command",
|
||||||
|
"option",
|
||||||
|
"control"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -139,7 +171,10 @@
|
|||||||
"modifiers": {
|
"modifiers": {
|
||||||
"optional": [
|
"optional": [
|
||||||
"caps_lock",
|
"caps_lock",
|
||||||
"shift"
|
"shift",
|
||||||
|
"command",
|
||||||
|
"option",
|
||||||
|
"control"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -176,6 +211,32 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": true,
|
||||||
|
"is_pointing_device": false,
|
||||||
|
"product_id": 24672,
|
||||||
|
"vendor_id": 65261
|
||||||
|
},
|
||||||
|
"ignore": true,
|
||||||
|
"manipulate_caps_lock_led": false,
|
||||||
|
"simple_modifications": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": true,
|
||||||
|
"is_pointing_device": false,
|
||||||
|
"product_id": 34304,
|
||||||
|
"vendor_id": 1452
|
||||||
|
},
|
||||||
|
"ignore": true,
|
||||||
|
"manipulate_caps_lock_led": true,
|
||||||
|
"simple_modifications": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fn_function_keys": [
|
"fn_function_keys": [
|
||||||
@ -278,7 +339,16 @@
|
|||||||
],
|
],
|
||||||
"name": "Default profile",
|
"name": "Default profile",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"simple_modifications": [],
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_option"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"key_code": "right_option"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"virtual_hid_keyboard": {
|
"virtual_hid_keyboard": {
|
||||||
"caps_lock_delay_milliseconds": 0,
|
"caps_lock_delay_milliseconds": 0,
|
||||||
"keyboard_type": "iso"
|
"keyboard_type": "iso"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user