summary refs log tree commit diff stats
path: root/tag-karabiner
diff options
context:
space:
mode:
authorAlan Pearce2016-10-17 15:30:55 +0200
committerAlan Pearce2016-10-17 15:30:55 +0200
commit9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb (patch)
treee8186a4c7865b8df29b589eaac52fe7a5aeb5ba7 /tag-karabiner
parentba25d60dc705901b1cd11db4ba1ab9220a12a3aa (diff)
downloaddotfiles-9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb.tar.lz
dotfiles-9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb.tar.zst
dotfiles-9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb.zip
Update karabiner.json
Diffstat (limited to 'tag-karabiner')
-rw-r--r--tag-karabiner/karabiner.d/configuration/karabiner.json65
1 files 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