feat(hammerspoon/noct): add keybind for show app info helper

This commit is contained in:
2024-05-12 17:53:13 +01:00
parent 995181f67f
commit 90617b48e0

View File

@@ -7,6 +7,8 @@ local obj = {}
local apptoggle = require('app_toggle')
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', { 'ChatGPT' })
apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'HuggingChat' })