From 1b2c9351cc4e66eff5f30e509f50f0ea5e2c9593 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 29 Oct 2025 09:44:49 +0000 Subject: [PATCH] feat(hammerspoon/hosts/noct): update ChatGPT keybinding to include ChatGPT Atlas --- hammerspoon/hosts/noct.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index 64a5325..8067e80 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -11,7 +11,6 @@ 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', { 'Claude' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Sequel Pro' }, { 'Lens' }) @@ -23,6 +22,11 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'WhatsApp' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '2', + { 'ChatGPT' }, + { 'ChatGPT Atlas' } + ) + apptoggle:bind({ 'cmd', 'ctrl' }, 'W', { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }, { 'Code', '/Applications/Visual Studio Code.app' }