mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(hammerspoon/noct): add keybind for show app info helper
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user