From 614f9da0a1c0be51397f1614c878512ae2825780 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 8 Mar 2023 21:54:40 +0100 Subject: [PATCH] chore: remove unused karabiner mappings --- home/apps/karabiner/karabiner.json | 71 ++---------------------------- 1 file changed, 3 insertions(+), 68 deletions(-) diff --git a/home/apps/karabiner/karabiner.json b/home/apps/karabiner/karabiner.json index 5bfee24..1a0e377 100644 --- a/home/apps/karabiner/karabiner.json +++ b/home/apps/karabiner/karabiner.json @@ -16,65 +16,6 @@ "mouse_motion_to_scroll.speed": 100 }, "rules": [ - { - "description": "Show Sketchybar while Command is held", - "manipulators": [ - { - "from": { - "key_code": "left_command", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=false" - }, - { - "key_code": "left_command" - } - ], - "to_after_key_up": [ - { - "key_code": "left_command" - }, - { - "shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=true" - } - ], - "type": "basic" - }, - { - "from": { - "key_code": "right_command", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=false" - }, - { - "key_code": "right_command" - } - ], - "to_after_key_up": [ - { - "key_code": "right_command" - }, - { - "shell_command": "/opt/homebrew/bin/sketchybar --bar hidden=true" - } - ], - "type": "basic" - } - ] - }, { "description": "Shift + Esc to ~", "manipulators": [ @@ -82,17 +23,13 @@ "from": { "key_code": "escape", "modifiers": { - "mandatory": [ - "shift" - ] + "mandatory": ["shift"] } }, "to": [ { "key_code": "grave_accent_and_tilde", - "modifiers": [ - "left_shift" - ], + "modifiers": ["left_shift"], "repeat": true } ], @@ -107,9 +44,7 @@ "from": { "key_code": "escape", "modifiers": { - "mandatory": [ - "control" - ] + "mandatory": ["control"] } }, "to": [