diff options
| author | Alex Pickering <alex@cogarr.net> | 2025-11-03 13:40:43 -0600 |
|---|---|---|
| committer | Alex Pickering <alex@cogarr.net> | 2025-11-03 13:40:43 -0600 |
| commit | 5ff315f499a2442b2139f08b0db1e851926d8401 (patch) | |
| tree | c8519652da69620ed5e21bebf2430402b39e2432 /karabiner/assets/complex_modifications/1747191146.json | |
| parent | 117ba1112cf67ba1d397d14a7ff09a416d6b5a6c (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip | |
Add configs for
* Bat
* Karabiner Elements
* mcphub
And update the neovim config.
Diffstat (limited to 'karabiner/assets/complex_modifications/1747191146.json')
| -rw-r--r-- | karabiner/assets/complex_modifications/1747191146.json | 32 |
1 files changed, 32 insertions, 0 deletions
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" + } + ] + } + ] +} |
