We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f402c commit 92bb324Copy full SHA for 92bb324
2 files changed
karabiner.json
@@ -95,6 +95,30 @@
95
}
96
]
97
},
98
+ {
99
+ "to": [
100
101
+ "shell_command": "open -a '1Password.app'"
102
+ }
103
+ ],
104
+ "description": "Open -a '1Password.app'",
105
+ "type": "basic",
106
+ "from": {
107
+ "key_code": "1",
108
+ "modifiers": {
109
+ "mandatory": [
110
+ "any"
111
+ ]
112
113
+ },
114
+ "conditions": [
115
116
+ "type": "variable_if",
117
+ "name": "hyper_sublayer_o",
118
+ "value": 1
119
120
121
122
{
123
"to": [
124
rules.ts
@@ -45,6 +45,7 @@ const rules: KarabinerRules[] = [
45
...createHyperSubLayers({
46
// o = "Open" applications
47
o: {
48
+ 1: app("1Password"),
49
g: app("Google Chrome"),
50
c: app("Notion Calendar"),
51
v: app("Visual Studio Code"),
0 commit comments