summary refs log tree commit diff stats
path: root/karabiner
diff options
context:
space:
mode:
authorAlan Pearce2019-10-01 19:59:29 +0200
committerAlan Pearce2019-10-01 22:17:40 +0200
commit75166a4de865570f27c074c82e47168ac8630f83 (patch)
tree5cdbdf890fb92b2655ac71a3e3c76d179fabef1f /karabiner
parentb6a175d58e59517517a0590f129e3b515ef94137 (diff)
downloaddotfiles-75166a4de865570f27c074c82e47168ac8630f83.tar.lz
dotfiles-75166a4de865570f27c074c82e47168ac8630f83.tar.zst
dotfiles-75166a4de865570f27c074c82e47168ac8630f83.zip
Cleanup unused dotfile categories
Diffstat (limited to 'karabiner')
-rw-r--r--karabiner/.config/karabiner/karabiner.json130
1 files changed, 0 insertions, 130 deletions
diff --git a/karabiner/.config/karabiner/karabiner.json b/karabiner/.config/karabiner/karabiner.json
deleted file mode 100644
index 15ee8f1..0000000
--- a/karabiner/.config/karabiner/karabiner.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
-    "global": {
-        "check_for_updates_on_startup": true,
-        "show_in_menu_bar": true,
-        "show_profile_name_in_menu_bar": false
-    },
-    "profiles": [
-        {
-            "complex_modifications": {
-                "parameters": {
-                    "basic.to_if_alone_timeout_milliseconds": 1000
-                },
-                "rules": []
-            },
-            "devices": [
-                {
-                    "disable_built_in_keyboard_if_exists": false,
-                    "identifiers": {
-                        "is_keyboard": true,
-                        "is_pointing_device": false,
-                        "product_id": 602,
-                        "vendor_id": 1452
-                    },
-                    "ignore": true,
-                    "keyboard_type": 41
-                },
-                {
-                    "disable_built_in_keyboard_if_exists": false,
-                    "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": "right_control",
-                "menu": "fn",
-                "non_us_backslash": "grave_accent_and_tilde",
-                "right_command": "right_option",
-                "right_control": "right_command",
-                "right_option": "right_control"
-            },
-            "virtual_hid_keyboard": {
-                "caps_lock_delay_milliseconds": 0,
-                "keyboard_type": "ansi"
-            }
-        },
-        {
-            "complex_modifications": {
-                "parameters": {
-                    "basic.to_if_alone_timeout_milliseconds": 1000
-                },
-                "rules": []
-            },
-            "devices": [
-                {
-                    "disable_built_in_keyboard_if_exists": false,
-                    "identifiers": {
-                        "is_keyboard": true,
-                        "is_pointing_device": false,
-                        "product_id": 602,
-                        "vendor_id": 1452
-                    },
-                    "ignore": false
-                },
-                {
-                    "disable_built_in_keyboard_if_exists": false,
-                    "identifiers": {
-                        "is_keyboard": true,
-                        "is_pointing_device": false,
-                        "product_id": 33290,
-                        "vendor_id": 1452
-                    },
-                    "ignore": true
-                }
-            ],
-            "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": "Macbook keyboard",
-            "selected": false,
-            "simple_modifications": {
-                "caps_lock": "delete_or_backspace",
-                "grave_accent_and_tilde": "non_us_backslash",
-                "left_command": "left_control",
-                "left_control": "left_command",
-                "non_us_backslash": "grave_accent_and_tilde",
-                "right_command": "right_control"
-            },
-            "virtual_hid_keyboard": {
-                "caps_lock_delay_milliseconds": 0,
-                "keyboard_type": "ansi"
-            }
-        }
-    ]
-}