From f4f9b055bb59d47b86319d33a0c87a6bbbd5b317 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 1 Apr 2025 10:47:36 +0100 Subject: [PATCH] chore(hammerspoon/hati): change email client global keybinding --- 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 2a1cffc..c89786c 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -14,7 +14,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', { 'Mail' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Gmail' }, { 'Notion Mail' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Cursor' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Obsidian' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Emacs', '/Applications/Emacs.app' })