From 2d6ab21a9714e8f0774d31fa6ad7c54696a0f23b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Aug 2021 22:51:00 +0100 Subject: [PATCH] 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. --- hammerspoon/hosts/noct.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index b34c190..78b60fa 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -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')