From c0694b049457d3a37ac719e9b02f074588aa44f2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 19 Jan 2026 19:26:54 +0000 Subject: [PATCH] fix(hammerspoon/hati): swap key bindings for Claude and Open WebUI --- hammerspoon/hosts/hati.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' })