From 9b8135e84d51db7a4af8cb02102ab7d78d7367fc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 29 Apr 2024 09:37:13 +0100 Subject: [PATCH] feat(hammerspoon/host/hati): add keybind for HuggingChat --- hammerspoon/hosts/hati.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 2c84fe3..04bde41 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -8,6 +8,7 @@ local apptoggle = require('app_toggle') local function init_hotkeys() apptoggle:bind({ 'cmd', 'alt', 'ctrl' }, 'A', { 'Activity Monitor' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'HuggingChat' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'ArgoCD' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail' })