mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
chore(hammerspoon/hati): tweak global keybindings
This commit is contained in:
@@ -10,11 +10,13 @@ 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' }, '4', { 'HuggingChat' })
|
||||
apptoggle:bind({ 'cmd', 'ctrl' }, '2', { 'Open WebUI' })
|
||||
apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'Claude' })
|
||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'ArgoCD' })
|
||||
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' }, 'Z', { 'Slack' })
|
||||
|
||||
@@ -27,7 +29,7 @@ local function init_hotkeys()
|
||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'W',
|
||||
{ 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }
|
||||
)
|
||||
apptoggle:bind({ 'cmd', 'ctrl' }, '2',
|
||||
apptoggle:bind({ 'cmd', 'ctrl' }, '1',
|
||||
{ 'Code', '/Applications/Visual Studio Code.app' }
|
||||
)
|
||||
end
|
||||
|
||||
@@ -31,7 +31,7 @@ function wm:init()
|
||||
--
|
||||
|
||||
-- show interactive grid menu
|
||||
bind({ 'cmd', 'ctrl' }, '1',
|
||||
bind({ 'cmd', 'ctrl' }, '§',
|
||||
function()
|
||||
grid.setGrid(self.gridSizes.interactive)
|
||||
grid.show(
|
||||
|
||||
Reference in New Issue
Block a user