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" } ] }