Skip to content

Commit 7dd5f8b

Browse files
committed
Merge branch 'feature/karabiner' into develop
2 parents 0485334 + eb853f5 commit 7dd5f8b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

macos/karabiner/karabiner-option-number.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
{
128128
"conditions": [
129129
{
130-
"bundle_identifiers": ["^co\\.zeit\\.hyper$"],
130+
"bundle_identifiers": ["^org\\.alacritty$"],
131131
"type": "frontmost_application_unless"
132132
}
133133
],
@@ -139,15 +139,15 @@
139139
},
140140
"to": [
141141
{
142-
"shell_command": "open -b co.zeit.hyper"
142+
"shell_command": "open -b org.alacritty"
143143
}
144144
],
145145
"type": "basic"
146146
},
147147
{
148148
"conditions": [
149149
{
150-
"bundle_identifiers": ["^co\\.zeit\\.hyper$"],
150+
"bundle_identifiers": ["^org\\.alacritty$"],
151151
"type": "frontmost_application_if"
152152
}
153153
],
@@ -291,7 +291,7 @@
291291
{
292292
"conditions": [
293293
{
294-
"bundle_identifiers": ["^com\\.jetbrains\\.pycharm$"],
294+
"bundle_identifiers": ["^com\\.jetbrains\\.rustrover$"],
295295
"type": "frontmost_application_unless"
296296
}
297297
],
@@ -303,15 +303,15 @@
303303
},
304304
"to": [
305305
{
306-
"shell_command": "open -b com.jetbrains.pycharm"
306+
"shell_command": "open -b com.jetbrains.rustrover"
307307
}
308308
],
309309
"type": "basic"
310310
},
311311
{
312312
"conditions": [
313313
{
314-
"bundle_identifiers": ["^com\\.jetbrains\\.pycharm$"],
314+
"bundle_identifiers": ["^com\\.jetbrains\\.rustrover$"],
315315
"type": "frontmost_application_if"
316316
}
317317
],
@@ -332,7 +332,7 @@
332332
{
333333
"conditions": [
334334
{
335-
"bundle_identifiers": ["^com\\.jetbrains\\.WebStorm$"],
335+
"bundle_identifiers": ["^com\\.jetbrains\\.pycharm$"],
336336
"type": "frontmost_application_unless"
337337
}
338338
],
@@ -344,15 +344,15 @@
344344
},
345345
"to": [
346346
{
347-
"shell_command": "open -b com.jetbrains.WebStorm"
347+
"shell_command": "open -b com.jetbrains.pycharm"
348348
}
349349
],
350350
"type": "basic"
351351
},
352352
{
353353
"conditions": [
354354
{
355-
"bundle_identifiers": ["^com\\.jetbrains\\.WebStorm$"],
355+
"bundle_identifiers": ["^com\\.jetbrains\\.pycharm$"],
356356
"type": "frontmost_application_if"
357357
}
358358
],
@@ -373,7 +373,7 @@
373373
{
374374
"conditions": [
375375
{
376-
"bundle_identifiers": ["^com\\.jetbrains\\.CLion$"],
376+
"bundle_identifiers": ["^com\\.jetbrains\\.WebStorm$"],
377377
"type": "frontmost_application_unless"
378378
}
379379
],
@@ -385,15 +385,15 @@
385385
},
386386
"to": [
387387
{
388-
"shell_command": "open -b com.jetbrains.CLion"
388+
"shell_command": "open -b com.jetbrains.WebStorm"
389389
}
390390
],
391391
"type": "basic"
392392
},
393393
{
394394
"conditions": [
395395
{
396-
"bundle_identifiers": ["^com\\.jetbrains\\.CLion$"],
396+
"bundle_identifiers": ["^com\\.jetbrains\\.WebStorm$"],
397397
"type": "frontmost_application_if"
398398
}
399399
],

0 commit comments

Comments
 (0)