From e51d08c7383738cae098088d23b7e8d6c0780715 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 4 Feb 2024 00:08:46 +0100 Subject: [PATCH] feat(hammerspoon): add Notion Calendar to list of calendar apps --- hammerspoon/hosts/noct.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index 422818b..be1d936 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -12,7 +12,6 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'FastGPT' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) - apptoggle:bind({ 'cmd', 'ctrl' }, 'C', { 'Calendar' }, { 'Google Calendar' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mailplane' }, { 'Mimestream' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Element' }, { 'Element Nightly' }) @@ -22,6 +21,12 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'C', + { 'Calendar' }, + { 'Google Calendar' }, + { 'Notion Calendar' } + ) + apptoggle:bind({ 'cmd', 'ctrl' }, 'W', { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }, { 'Code', '/Applications/Visual Studio Code.app' }