From 6272f22915c3901ab8174cfb964da46f6aa06594 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Nov 2016 11:39:57 +0100 Subject: Regenerate karabiner.json according to app --- .../karabiner.d/configuration/karabiner.json | 81 +++++++++++----------- 1 file changed, 41 insertions(+), 40 deletions(-) (limited to 'tag-karabiner/karabiner.d/configuration') diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json index 4f78bb6..23a4d2f 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" + } + } + ] +} -- cgit 1.4.1