feat(hammerspoon/hati): update Gmail hotkey to use Mail+ for Gmail

This commit is contained in:
Jim Myhrberg
2025-12-02 10:17:32 +00:00
parent 7248d531b8
commit 17b96034b6

View File

@@ -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' })