From 1678fdfee0357c6ef6fcb9094390826686cb0a93 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 3 Jan 2017 11:25:37 +0100 Subject: Karabiner: Move config file to .config --- tag-karabiner/config/karabiner/karabiner.json | 63 ++++++++++++++++++++++ .../karabiner.d/configuration/karabiner.json | 63 ---------------------- 2 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 tag-karabiner/config/karabiner/karabiner.json delete mode 100644 tag-karabiner/karabiner.d/configuration/karabiner.json diff --git a/tag-karabiner/config/karabiner/karabiner.json b/tag-karabiner/config/karabiner/karabiner.json new file mode 100644 index 0000000..0e866a6 --- /dev/null +++ b/tag-karabiner/config/karabiner/karabiner.json @@ -0,0 +1,63 @@ +{ + "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" + } + } + ] +} diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json deleted file mode 100644 index 0e866a6..0000000 --- a/tag-karabiner/karabiner.d/configuration/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" - } - } - ] -} -- cgit 1.4.1