summary refs log tree commit diff stats
path: root/tag-karabiner
diff options
context:
space:
mode:
authorAlan Pearce2017-03-17 09:48:24 +0100
committerAlan Pearce2017-03-17 09:48:24 +0100
commit397ce671bb028802d528faf8811101e08557e527 (patch)
tree6a3b0004c7fcbe334f05a50aad483316c6577887 /tag-karabiner
parentdb6903e6fab9cff359a530ca2eee6ba3c7e44525 (diff)
downloaddotfiles-397ce671bb028802d528faf8811101e08557e527.tar.lz
dotfiles-397ce671bb028802d528faf8811101e08557e527.tar.zst
dotfiles-397ce671bb028802d528faf8811101e08557e527.zip
Re-structure tags to GNU stow format
Diffstat (limited to 'tag-karabiner')
-rw-r--r--tag-karabiner/config/karabiner/karabiner.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/tag-karabiner/config/karabiner/karabiner.json b/tag-karabiner/config/karabiner/karabiner.json
deleted file mode 100644
index 0e866a6..0000000
--- a/tag-karabiner/config/karabiner/karabiner.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
-    "profiles": [
-        {
-            "devices": [
-                {
-                    "identifiers": {
-                        "is_keyboard": true,
-                        "is_pointing_device": false,
-                        "product_id": 602,
-                        "vendor_id": 1452
-                    },
-                    "ignore": true,
-                    "keyboard_type": 41
-                },
-                {
-                    "identifiers": {
-                        "is_keyboard": true,
-                        "is_pointing_device": false,
-                        "product_id": 8209,
-                        "vendor_id": 1241
-                    },
-                    "ignore": false,
-                    "keyboard_type": 40
-                }
-            ],
-            "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"
-            }
-        }
-    ]
-}