From 8e5537f26497562b03db93a590139360c1d2f011 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 27 Feb 2024 10:36:57 +0000 Subject: [PATCH] feat(hammerspoon/hati): disable Google Chrome global hotkey --- hammerspoon/hosts/hati.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 64cc00d..dbc5323 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -11,7 +11,6 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' }) - apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Google Chrome' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'Discord PTB' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Obsidian' }, { 'Notion' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' })