From 39f2d3094cfa7c3bcea7d31b989591733efc477a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Feb 2026 23:28:54 +0000 Subject: [PATCH] feat(hammerspoon/noct): add ChatGPT toggle on Cmd+Ctrl+4 Move ChatGPT binding inline with other numbered hotkeys for consistent ordering. Co-Authored-By: Claude Opus 4.6 --- hammerspoon/hosts/noct.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index fa21e3a..2a33124 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -14,6 +14,7 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, '1', { 'Codex' }) apptoggle:bind({ 'cmd', 'ctrl' }, '2', { 'Claude' }) apptoggle:bind({ 'cmd', 'ctrl' }, '3', { 'Conductor' }) + apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'ChatGPT' }, { 'ChatGPT Atlas' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Sequel Pro' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail+ for Gmail' }, { 'Mimestream' }) @@ -24,11 +25,6 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'WhatsApp' }) - apptoggle:bind({ 'cmd', 'ctrl' }, '4', - { 'ChatGPT' }, - { 'ChatGPT Atlas' } - ) - apptoggle:bind({ 'cmd', 'ctrl' }, 'W', { 'Code', '/Applications/Visual Studio Code.app' }, { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }