feat(hammerspoon/host/hati): add keybind for HuggingChat

This commit is contained in:
Jim Myhrberg
2024-04-29 09:37:13 +01:00
parent 2569e63464
commit 9b8135e84d

View File

@@ -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' })