mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user