diff options
author | Alan Pearce | 2016-11-04 11:39:57 +0100 |
---|---|---|
committer | Alan Pearce | 2016-11-04 11:39:57 +0100 |
commit | 6272f22915c3901ab8174cfb964da46f6aa06594 (patch) | |
tree | 68a4eac7383be5ceb52360e8684a9b636534bb08 /tag-karabiner/karabiner.d/configuration | |
parent | 0da4f600c2b1b422b7f234b1a80ca238d1c25604 (diff) | |
download | nixfiles-6272f22915c3901ab8174cfb964da46f6aa06594.tar.lz nixfiles-6272f22915c3901ab8174cfb964da46f6aa06594.tar.zst nixfiles-6272f22915c3901ab8174cfb964da46f6aa06594.zip |
Regenerate karabiner.json according to app
Diffstat (limited to 'tag-karabiner/karabiner.d/configuration')
-rw-r--r-- | tag-karabiner/karabiner.d/configuration/karabiner.json | 81 |
1 files changed, 41 insertions, 40 deletions
diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json index 4f78bb69..23a4d2ff 100644 --- a/tag-karabiner/karabiner.d/configuration/karabiner.json +++ b/tag-karabiner/karabiner.d/configuration/karabiner.json @@ -1,41 +1,42 @@ { - "profiles" : [ - { - "fn_function_keys" : { - "f12" : "volume_up", - "f9" : "vk_consumer_next", - "f5" : "vk_consumer_illumination_down", - "f10" : "mute", - "f1" : "vk_consumer_brightness_down", - "f6" : "vk_consumer_illumination_up", - "f2" : "vk_consumer_brightness_up", - "f7" : "vk_consumer_previous", - "f11" : "volume_down", - "f3" : "vk_mission_control", - "f8" : "vk_consumer_play", - "f4" : "vk_launchpad" - }, - "name" : "Default Profile", - "selected" : true, - "simple_modifications" : { - "left_control" : "left_command", - "right_control" : "right_command", - "left_option" : "left_control", - "caps_lock" : "delete_or_backspace", - "right_command" : "right_option", - "left_command" : "left_option", - "right_option" : "right_control" - } - }, - { - "name" : "Macbook keyboard", - "simple_modifications" : { - "left_command" : "left_control", - "caps_lock" : "delete_or_backspace", - "grave_accent_and_tilde" : "non_us_backslash", - "non_us_backslash" : "grave_accent_and_tilde", - "right_command" : "right_control" - } - } - ] -} \ No newline at end of file + "profiles": [ + { + "devices": [], + "fn_function_keys": { + "f1": "vk_consumer_brightness_down", + "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" + }, + "name": "Default Profile", + "selected": true, + "simple_modifications": { + "caps_lock": "delete_or_backspace", + "left_command": "left_option", + "left_control": "left_command", + "left_option": "left_control", + "right_command": "right_option", + "right_control": "right_command", + "right_option": "right_control" + } + }, + { + "name": "Macbook keyboard", + "simple_modifications": { + "caps_lock": "delete_or_backspace", + "grave_accent_and_tilde": "non_us_backslash", + "left_command": "left_control", + "non_us_backslash": "grave_accent_and_tilde", + "right_command": "right_control" + } + } + ] +} |