File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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 },
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments