Add configure of karabiner into the repo.
authorPeng Li <seudut@gmail.com>
Tue, 9 May 2017 09:32:47 +0000 (17:32 +0800)
committerPeng Li <seudut@gmail.com>
Tue, 9 May 2017 09:32:47 +0000 (17:32 +0800)
config/karabiner/karabiner.json [new file with mode: 0644]

diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json
new file mode 100644 (file)
index 0000000..3885447
--- /dev/null
@@ -0,0 +1,40 @@
+{
+    "global": {
+        "check_for_updates_on_startup": true,
+        "show_in_menu_bar": true,
+        "show_profile_name_in_menu_bar": false
+    },
+    "profiles": [
+        {
+            "devices": [],
+            "fn_function_keys": {
+                "f1": "display_brightness_decrement",
+                "f10": "mute",
+                "f11": "volume_decrement",
+                "f12": "volume_increment",
+                "f2": "display_brightness_increment",
+                "f3": "mission_control",
+                "f4": "launchpad",
+                "f5": "illumination_decrement",
+                "f6": "illumination_increment",
+                "f7": "rewind",
+                "f8": "play_or_pause",
+                "f9": "fastforward"
+            },
+            "name": "Default profile",
+            "selected": true,
+            "simple_modifications": {
+                "caps_lock": "left_control",
+                "right_command": "right_option"
+            },
+            "standalone_keys": {
+                "caps_lock": "escape"
+            },
+            "virtual_hid_keyboard": {
+                "caps_lock_delay_milliseconds": 0,
+                "keyboard_type": "ansi",
+                "standalone_keys_delay_milliseconds": 200
+            }
+        }
+    ]
+}