summaryrefslogtreecommitdiff
path: root/karabiner/assets/complex_modifications/1747191146.json
diff options
context:
space:
mode:
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"
+ }
+ ]
+ }
+ ]
+}