Skip to content

Commit c5d84dd

Browse files
committed
config: 🛠️ open mail via karabiner
1 parent ca65cea commit c5d84dd

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

karabiner/karabiner.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,27 @@
172172
"shell_command": "open -a 'Maccy'"
173173
}
174174
]
175+
},
176+
{
177+
"description": "Hyper + E -> Launch Email App",
178+
"type": "basic",
179+
"from": {
180+
"key_code": "e",
181+
"modifiers": {
182+
"mandatory": [
183+
"left_command",
184+
"left_control",
185+
"left_option",
186+
"left_shift"
187+
],
188+
"optional": ["any"]
189+
}
190+
},
191+
"to": [
192+
{
193+
"shell_command": "open -a 'Mail'"
194+
}
195+
]
175196
}
176197
]
177198
}

0 commit comments

Comments
 (0)