feat(hammerspoon): bind Fastmate to cmd+ctrl+d instead of Mail.app

I'm prefering Fastmail's webui more than Apple's native email client,
and Fastmate is a nice wrapper app around the webui.
This commit is contained in:
2021-08-30 22:51:00 +01:00
parent f302739ea6
commit 2d6ab21a97

View File

@@ -9,7 +9,7 @@ function obj.init()
apptoggle:bind({'cmd', 'ctrl'}, 'A', 'Messages')
apptoggle:bind({'cmd', 'ctrl'}, 'B', 'ClickUp')
apptoggle:bind({'cmd', 'ctrl'}, 'C', 'Calendar')
apptoggle:bind({'cmd', 'ctrl'}, 'D', 'Mail')
apptoggle:bind({'cmd', 'ctrl'}, 'D', 'Fastmate')
apptoggle:bind({'cmd', 'ctrl'}, 'E', 'Emacs', '/Applications/Emacs.app')
apptoggle:bind({'cmd', 'ctrl'}, 'F', 'Element')
apptoggle:bind({'cmd', 'ctrl'}, 'S', 'Music')