diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 63d396d..0637b07 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -11,8 +11,10 @@ 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' }, '1', { 'Codex' }) apptoggle:bind({ 'cmd', 'ctrl' }, '2', { 'Claude' }) - apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'Open WebUI' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '3', { 'Conductor' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'ChatGPT Atlas' }, { 'ChatGPT' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Argo CD' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail+ for Gmail' }, { 'Notion Mail' })