From 1929e7c9cec37e255e59bf3a6113ff89d83ccb94 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 10 May 2018 11:18:38 -0400 Subject: [PATCH] Fix Karabiner config --- config/karabiner/karabiner.json | 54 +++------------------------------ 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 7718b36..29ba46f 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -505,7 +505,7 @@ ] }, { - "description": "Change § key to escape with Fn-§ for original character and put backtick where it should be", + "description": "Change § key to escape with Fn-§ for original character", "manipulators": [ { "conditions": [ @@ -535,7 +535,7 @@ }, "to": [ { - "key_code": "grave_accent_and_tilde" + "key_code": "non_us_backslash" } ], "type": "basic" @@ -569,36 +569,6 @@ } ], "type": "basic" - }, - { - "conditions": [ - { - "identifiers": [ - { - "vendor_id": 1452 - } - ], - "type": "device_if" - } - ], - "from": { - "key_code": "grave_accent_and_tilde", - "modifiers": { - "optional": [ - "caps_lock", - "shift", - "command", - "option", - "control" - ] - } - }, - "to": [ - { - "key_code": "non_us_backslash" - } - ], - "type": "basic" } ] }, @@ -666,24 +636,7 @@ }, "ignore": false, "manipulate_caps_lock_led": false, - "simple_modifications": [ - { - "from": { - "key_code": "non_us_backslash" - }, - "to": { - "key_code": "grave_accent_and_tilde" - } - }, - { - "from": { - "key_code": "grave_accent_and_tilde" - }, - "to": { - "key_code": "non_us_backslash" - } - } - ] + "simple_modifications": [] }, { "disable_built_in_keyboard_if_exists": false, @@ -828,6 +781,7 @@ "simple_modifications": [], "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, + "country_code": 0, "keyboard_type": "iso" } }