From 22c9fced82b87e210286ce3021d5f35db02d26ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 20 Nov 2021 15:47:00 +0100 Subject: [PATCH] Mapped esc as ` --- .config/karabiner/karabiner.json | 54 +++++++++++++++++++------------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json index 6df1499..d635886 100644 --- a/.config/karabiner/karabiner.json +++ b/.config/karabiner/karabiner.json @@ -182,6 +182,26 @@ } ] }, + { + "from": { + "key_code": "down_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] + }, + { + "from": { + "key_code": "left_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] + }, { "from": { "key_code": "left_command" @@ -202,6 +222,16 @@ } ] }, + { + "from": { + "key_code": "right_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] + }, { "from": { "key_code": "right_command" @@ -224,31 +254,11 @@ }, { "from": { - "key_code": "down_arrow" + "key_code": "escape" }, "to": [ { - "pointing_button": "button32" - } - ] - }, - { - "from": { - "key_code": "left_arrow" - }, - "to": [ - { - "pointing_button": "button32" - } - ] - }, - { - "from": { - "key_code": "right_arrow" - }, - "to": [ - { - "pointing_button": "button32" + "key_code": "grave_accent_and_tilde" } ] }