Updating karabiner config to latest format

master
Dustin Swan 7 years ago
parent c1195d4870
commit a18cf2d0b2

@ -7,6 +7,9 @@
"profiles": [ "profiles": [
{ {
"complex_modifications": { "complex_modifications": {
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 1000
},
"rules": [ "rules": [
{ {
"manipulators": [ "manipulators": [
@ -27,12 +30,7 @@
], ],
"to_if_alone": [ "to_if_alone": [
{ {
"key_code": "escape", "key_code": "escape"
"modifiers": {
"optional": [
"any"
]
}
} }
], ],
"type": "basic" "type": "basic"
@ -42,23 +40,107 @@
] ]
}, },
"devices": [], "devices": [],
"fn_function_keys": { "fn_function_keys": [
"f1": "display_brightness_decrement", {
"f10": "mute", "from": {
"f11": "volume_decrement", "key_code": "f1"
"f12": "volume_increment", },
"f2": "display_brightness_increment", "to": {
"f3": "mission_control", "key_code": "display_brightness_decrement"
"f4": "launchpad", }
"f5": "illumination_decrement", },
"f6": "illumination_increment", {
"f7": "rewind", "from": {
"f8": "play_or_pause", "key_code": "f2"
"f9": "fastforward" },
}, "to": {
"key_code": "display_brightness_increment"
}
},
{
"from": {
"key_code": "f3"
},
"to": {
"key_code": "mission_control"
}
},
{
"from": {
"key_code": "f4"
},
"to": {
"key_code": "launchpad"
}
},
{
"from": {
"key_code": "f5"
},
"to": {
"key_code": "illumination_decrement"
}
},
{
"from": {
"key_code": "f6"
},
"to": {
"key_code": "illumination_increment"
}
},
{
"from": {
"key_code": "f7"
},
"to": {
"key_code": "rewind"
}
},
{
"from": {
"key_code": "f8"
},
"to": {
"key_code": "play_or_pause"
}
},
{
"from": {
"key_code": "f9"
},
"to": {
"key_code": "fastforward"
}
},
{
"from": {
"key_code": "f10"
},
"to": {
"key_code": "mute"
}
},
{
"from": {
"key_code": "f11"
},
"to": {
"key_code": "volume_decrement"
}
},
{
"from": {
"key_code": "f12"
},
"to": {
"key_code": "volume_increment"
}
}
],
"name": "", "name": "",
"selected": true, "selected": true,
"simple_modifications": {}, "simple_modifications": [],
"virtual_hid_keyboard": { "virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0, "caps_lock_delay_milliseconds": 0,
"keyboard_type": "ansi" "keyboard_type": "ansi"

Loading…
Cancel
Save