Skip to content

Commit 50b13df

Browse files
committed
move qrtrly to browse
1 parent b5f774f commit 50b13df

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

karabiner.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,30 @@
123123
"value": 1
124124
}
125125
]
126+
},
127+
{
128+
"to": [
129+
{
130+
"shell_command": "open https://qrtr.ly/plan"
131+
}
132+
],
133+
"description": "Open https://qrtr.ly/plan",
134+
"type": "basic",
135+
"from": {
136+
"key_code": "q",
137+
"modifiers": {
138+
"mandatory": [
139+
"any"
140+
]
141+
}
142+
},
143+
"conditions": [
144+
{
145+
"type": "variable_if",
146+
"name": "hyper_sublayer_b",
147+
"value": 1
148+
}
149+
]
126150
}
127151
]
128152
},
@@ -647,30 +671,6 @@
647671
"value": 1
648672
}
649673
]
650-
},
651-
{
652-
"to": [
653-
{
654-
"shell_command": "open https://qrtr.ly/plan"
655-
}
656-
],
657-
"description": "Open https://qrtr.ly/plan",
658-
"type": "basic",
659-
"from": {
660-
"key_code": "q",
661-
"modifiers": {
662-
"mandatory": [
663-
"any"
664-
]
665-
}
666-
},
667-
"conditions": [
668-
{
669-
"type": "variable_if",
670-
"name": "hyper_sublayer_o",
671-
"value": 1
672-
}
673-
]
674674
}
675675
]
676676
},

rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const rules: KarabinerRules[] = [
4646
// b = "B"rowse
4747
b: {
4848
t: open("https://twitter.com"),
49+
q: open("https://qrtr.ly/plan"),
4950
},
5051
// o = "Open" applications
5152
o: {
@@ -75,7 +76,6 @@ const rules: KarabinerRules[] = [
7576
l: open(
7677
"raycast://extensions/stellate/mxstbr-commands/open-mxs-is-shortlink"
7778
),
78-
q: open("https://qrtr.ly/plan"),
7979
},
8080

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

0 commit comments

Comments
 (0)