feat(hammerspoon/noct): remove cmd+ctrl+s keybind for Music app

This commit is contained in:
2024-05-12 17:53:32 +01:00
parent 90617b48e0
commit 4e5644de9d

View File

@@ -18,7 +18,6 @@ local function init_hotkeys()
apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' })
apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Element' }, { 'Element Nightly' })
apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Google Chrome' })
apptoggle:bind({ 'cmd', 'ctrl' }, 'S', { 'Music' })
apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'Discord PTB' })
apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' })
apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' })