Skip to content

Commit ba4f726

Browse files
committed
Add "Open shortlink" shortcut
1 parent 6c49a6a commit ba4f726

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

karabiner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,10 @@
506506
{
507507
"to": [
508508
{
509-
"shell_command": "open Linear"
509+
"shell_command": "open raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink"
510510
}
511511
],
512-
"description": "Open Linear",
512+
"description": "Open raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink",
513513
"type": "basic",
514514
"from": {
515515
"key_code": "l",

rules.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ const rules: KarabinerRules[] = [
6666
p: app("Spotify"),
6767
a: app("iA Presenter"),
6868
w: open("https://web.whatsapp.com"),
69-
l: open("Linear"),
69+
l: open(
70+
"raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink"
71+
),
7072
},
7173

7274
// w = "Window" via rectangle.app

0 commit comments

Comments
 (0)