From 17b96034b6c8a444fd34fa0e6925a65afe7330b1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 2 Dec 2025 10:17:32 +0000 Subject: [PATCH] feat(hammerspoon/hati): update Gmail hotkey to use Mail+ for Gmail --- hammerspoon/hosts/hati.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 8ce18bc..d750a64 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -15,7 +15,7 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'Claude' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Argo CD' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) - apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Gmail' }, { 'Notion Mail' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail+ for Gmail' }, { 'Notion Mail' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Cursor' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'GitButler' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Emacs', '/Applications/Emacs.app' })