summaryrefslogtreecommitdiff
path: root/karabiner/assets/complex_modifications/1747191146.json
diff options
context:
space:
mode:
authorAlex Pickering <alex@cogarr.net>2025-11-03 13:40:43 -0600
committerAlex Pickering <alex@cogarr.net>2025-11-03 13:40:43 -0600
commit5ff315f499a2442b2139f08b0db1e851926d8401 (patch)
treec8519652da69620ed5e21bebf2430402b39e2432 /karabiner/assets/complex_modifications/1747191146.json
parent117ba1112cf67ba1d397d14a7ff09a416d6b5a6c (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.tar.bz2
dotfiles-master.zip
Add more configsHEADmaster
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.json32
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"
+ }
+ ]
+ }
+ ]
+}