We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bb324 commit b2eee29Copy full SHA for b2eee29
2 files changed
karabiner.json
@@ -290,10 +290,10 @@
290
{
291
"to": [
292
293
- "shell_command": "open -a 'Terminal.app'"
+ "shell_command": "open -a 'Warp.app'"
294
}
295
],
296
- "description": "Open -a 'Terminal.app'",
+ "description": "Open -a 'Warp.app'",
297
"type": "basic",
298
"from": {
299
"key_code": "t",
rules.ts
@@ -53,7 +53,7 @@ const rules: KarabinerRules[] = [
53
s: app("Slack"),
54
e: app("Superhuman"),
55
n: app("Notion"),
56
- t: app("Terminal"),
+ t: app("Warp"),
57
// Open todo list managed via *H*ypersonic
58
h: open(
59
"notion://www.notion.so/stellatehq/7b33b924746647499d906c55f89d5026"
0 commit comments