From 9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Oct 2016 15:30:55 +0200 Subject: Update karabiner.json --- .../karabiner.d/configuration/karabiner.json | 65 +++++++++++++--------- 1 file changed, 40 insertions(+), 25 deletions(-) diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json index 582da0c..4f78bb6 100644 --- a/tag-karabiner/karabiner.d/configuration/karabiner.json +++ b/tag-karabiner/karabiner.d/configuration/karabiner.json @@ -1,26 +1,41 @@ { - "profiles": [{ - "name": "Default Profile", - "selected": true, - "simple_modifications": { - "caps_lock": "delete_or_backspace", - "left_control": "left_command", - "left_command": "left_option", - "left_option": "left_control", - - "right_option": "right_control", - "right_command": "right_option", - "right_control": "right_command" - } - }, { - "name": "Macbook keyboard", - "simple_modifications": { - "caps_lock": "delete_or_backspace", - "non_us_backslash": "grave_accent_and_tilde", - "grave_accent_and_tilde": "non_us_backslash", - - "left_command": "left_control", - "right_command": "right_control" - } - }] -} + "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 -- cgit 1.4.1