From 0f0efd5917e6832b79d3c857d29ad624586cea3a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 6 Jan 2025 10:28:59 +0000 Subject: [PATCH] feat(hammerspoon/hosts/hati): tweak global keybindings --- hammerspoon/hosts/hati.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 754a44b..4febee9 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -12,12 +12,13 @@ local function init_hotkeys() 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' }, 'A', { 'ArgoCD' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Argo CD' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'TeamSpeak 3', '/Applications/TeamSpeak 3 Client.app' }) - apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Obsidian' }, { 'Notion' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Obsidian' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'C',