mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fix(hammerspoon/noct): swap Claude and ChatGPT key bindings
This commit is contained in:
@@ -11,7 +11,7 @@ local function init_hotkeys()
|
|||||||
hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'S', apptoggle.showAppInfo)
|
hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'S', apptoggle.showAppInfo)
|
||||||
|
|
||||||
apptoggle:bind({ 'cmd', 'alt', 'ctrl' }, 'A', { 'Activity Monitor' })
|
apptoggle:bind({ 'cmd', 'alt', 'ctrl' }, 'A', { 'Activity Monitor' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'Claude' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, '2', { 'Claude' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Sequel Pro' }, { 'Lens' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Sequel Pro' }, { 'Lens' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail+ for Gmail' }, { 'Mimestream' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail+ for Gmail' }, { 'Mimestream' })
|
||||||
@@ -22,7 +22,7 @@ local function init_hotkeys()
|
|||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'WhatsApp' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'WhatsApp' })
|
||||||
|
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, '2',
|
apptoggle:bind({ 'cmd', 'ctrl' }, '4',
|
||||||
{ 'ChatGPT' },
|
{ 'ChatGPT' },
|
||||||
{ 'ChatGPT Atlas' }
|
{ 'ChatGPT Atlas' }
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user