Skip to content

Commit 92bb324

Browse files
committed
Add 1 for 1Pwd
1 parent 79f402c commit 92bb324

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

karabiner.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,30 @@
9595
}
9696
]
9797
},
98+
{
99+
"to": [
100+
{
101+
"shell_command": "open -a '1Password.app'"
102+
}
103+
],
104+
"description": "Open -a '1Password.app'",
105+
"type": "basic",
106+
"from": {
107+
"key_code": "1",
108+
"modifiers": {
109+
"mandatory": [
110+
"any"
111+
]
112+
}
113+
},
114+
"conditions": [
115+
{
116+
"type": "variable_if",
117+
"name": "hyper_sublayer_o",
118+
"value": 1
119+
}
120+
]
121+
},
98122
{
99123
"to": [
100124
{

rules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const rules: KarabinerRules[] = [
4545
...createHyperSubLayers({
4646
// o = "Open" applications
4747
o: {
48+
1: app("1Password"),
4849
g: app("Google Chrome"),
4950
c: app("Notion Calendar"),
5051
v: app("Visual Studio Code"),

0 commit comments

Comments
 (0)