diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index d750a64..4897118 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -11,8 +11,8 @@ local function init_hotkeys() hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'S', apptoggle.showAppInfo) apptoggle:bind({ 'cmd', 'alt', 'ctrl' }, 'A', { 'Activity Monitor' }) - apptoggle:bind({ 'cmd', 'ctrl' }, '2', { 'Open WebUI' }) - apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'Claude' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '2', { 'Claude' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'Open WebUI' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Argo CD' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail+ for Gmail' }, { 'Notion Mail' })