mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fix(hammerspoon/hosts/noct): reorder app toggle keybindings and add Visual Studio Code options
This commit is contained in:
@@ -21,8 +21,12 @@ local function init_hotkeys()
|
|||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Emacs', '/Applications/Emacs.app' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Emacs', '/Applications/Emacs.app' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'Discord PTB' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'Discord PTB' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'W', { 'WhatsApp' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'WhatsApp' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' })
|
|
||||||
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'W',
|
||||||
|
{ 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' },
|
||||||
|
{ 'Code', '/Applications/Visual Studio Code.app' }
|
||||||
|
)
|
||||||
|
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'C',
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'C',
|
||||||
{ 'Calendar' },
|
{ 'Calendar' },
|
||||||
|
|||||||
Reference in New Issue
Block a user