diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json index ba5fcbe..8a30958 100644 --- a/karabiner/karabiner.json +++ b/karabiner/karabiner.json @@ -95,59 +95,6 @@ } ] }, - { - "description": "Toggle CAPS_LOCK with LEFT_SHIFT + RIGHT_SHIFT", - "manipulators": [ - { - "from": { - "key_code": "left_shift", - "modifiers": { - "mandatory": [ - "right_shift" - ], - "optional": [ - "caps_lock" - ] - } - }, - "to": [ - { - "key_code": "caps_lock" - } - ], - "to_if_alone": [ - { - "key_code": "left_shift" - } - ], - "type": "basic" - }, - { - "from": { - "key_code": "right_shift", - "modifiers": { - "mandatory": [ - "left_shift" - ], - "optional": [ - "caps_lock" - ] - } - }, - "to": [ - { - "key_code": "caps_lock" - } - ], - "to_if_alone": [ - { - "key_code": "right_shift" - } - ], - "type": "basic" - } - ] - }, { "description": "CAPS_LOCK + i/j/k/l == Arrow Keys", "manipulators": [