We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c49a6a commit ba4f726Copy full SHA for ba4f726
2 files changed
karabiner.json
@@ -506,10 +506,10 @@
506
{
507
"to": [
508
509
- "shell_command": "open Linear"
+ "shell_command": "open raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink"
510
}
511
],
512
- "description": "Open Linear",
+ "description": "Open raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink",
513
"type": "basic",
514
"from": {
515
"key_code": "l",
rules.ts
@@ -66,7 +66,9 @@ const rules: KarabinerRules[] = [
66
p: app("Spotify"),
67
a: app("iA Presenter"),
68
w: open("https://web.whatsapp.com"),
69
- l: open("Linear"),
+ l: open(
70
+ "raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink"
71
+ ),
72
},
73
74
// w = "Window" via rectangle.app
0 commit comments