From 5ff315f499a2442b2139f08b0db1e851926d8401 Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Mon, 3 Nov 2025 13:40:43 -0600 Subject: Add more configs Add configs for * Bat * Karabiner Elements * mcphub And update the neovim config. --- .../assets/complex_modifications/1747191146.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 karabiner/assets/complex_modifications/1747191146.json (limited to 'karabiner/assets/complex_modifications/1747191146.json') diff --git a/karabiner/assets/complex_modifications/1747191146.json b/karabiner/assets/complex_modifications/1747191146.json new file mode 100644 index 0000000..3b6bc94 --- /dev/null +++ b/karabiner/assets/complex_modifications/1747191146.json @@ -0,0 +1,32 @@ +{ + "title": "Bind Option+Tab to Command+Tab ('cycle through applications')", + "rules": [ + { + "description": "Bind Option+Tab to Command+Tab", + "manipulators": [ + { + "from": { + "key_code": "tab", + "modifiers": { + "mandatory": [ + "option" + ], + "optional": [ + "left_shift" + ] + } + }, + "to": [ + { + "key_code": "tab", + "modifiers": [ + "left_command" + ] + } + ], + "type": "basic" + } + ] + } + ] +} -- cgit v1.2.3-70-g09d2