From d1b6e2c8025f6b2915fe9b54f793b4a938fb0b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 14 Nov 2021 14:51:36 +0100 Subject: [PATCH] Removed the arrow keys due to I will learn the vim mapping :D --- .config/karabiner/karabiner.json | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json index 3c076c8..6df1499 100644 --- a/.config/karabiner/karabiner.json +++ b/.config/karabiner/karabiner.json @@ -211,6 +211,46 @@ "key_code": "right_option" } ] + }, + { + "from": { + "key_code": "up_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] + }, + { + "from": { + "key_code": "down_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] + }, + { + "from": { + "key_code": "left_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] + }, + { + "from": { + "key_code": "right_arrow" + }, + "to": [ + { + "pointing_button": "button32" + } + ] } ] },