1 parent ca65cea commit c5d84ddCopy full SHA for c5d84dd
1 file changed
karabiner/karabiner.json
@@ -172,6 +172,27 @@
172
"shell_command": "open -a 'Maccy'"
173
}
174
]
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
+ ]
196
197
198
0 commit comments