More stuff
This commit is contained in:
@@ -6,34 +6,62 @@
|
||||
},
|
||||
"profiles": [
|
||||
{
|
||||
"complex_modifications": {
|
||||
"rules": [
|
||||
{
|
||||
"manipulators": [
|
||||
{
|
||||
"description": "Change caps_lock to control when used as modifier, escape when used alone",
|
||||
"from": {
|
||||
"key_code": "caps_lock",
|
||||
"modifiers": {
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_control"
|
||||
}
|
||||
],
|
||||
"to_if_alone": [
|
||||
{
|
||||
"key_code": "escape",
|
||||
"modifiers": {
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": [],
|
||||
"fn_function_keys": {
|
||||
"f1": "vk_consumer_brightness_down",
|
||||
"f1": "display_brightness_decrement",
|
||||
"f10": "mute",
|
||||
"f11": "volume_down",
|
||||
"f12": "volume_up",
|
||||
"f2": "vk_consumer_brightness_up",
|
||||
"f3": "vk_mission_control",
|
||||
"f4": "vk_launchpad",
|
||||
"f5": "vk_consumer_illumination_down",
|
||||
"f6": "vk_consumer_illumination_up",
|
||||
"f7": "vk_consumer_previous",
|
||||
"f8": "vk_consumer_play",
|
||||
"f9": "vk_consumer_next"
|
||||
"f11": "volume_decrement",
|
||||
"f12": "volume_increment",
|
||||
"f2": "display_brightness_increment",
|
||||
"f3": "mission_control",
|
||||
"f4": "launchpad",
|
||||
"f5": "illumination_decrement",
|
||||
"f6": "illumination_increment",
|
||||
"f7": "rewind",
|
||||
"f8": "play_or_pause",
|
||||
"f9": "fastforward"
|
||||
},
|
||||
"name": "Default Profile",
|
||||
"one_to_many_mappings": {},
|
||||
"name": "",
|
||||
"selected": true,
|
||||
"simple_modifications": {
|
||||
"caps_lock": "left_control"
|
||||
},
|
||||
"standalone_keys": {
|
||||
"caps_lock": "escape"
|
||||
},
|
||||
"simple_modifications": {},
|
||||
"virtual_hid_keyboard": {
|
||||
"caps_lock_delay_milliseconds": 0,
|
||||
"keyboard_type": "ansi",
|
||||
"standalone_keys_delay_milliseconds": 200
|
||||
"keyboard_type": "ansi"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user