From f840f8938674ac7b12dee72c0cd4cf7081155699 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:34:58 +0200 Subject: [PATCH] karabiner: add Hyper+T for Telegram --- modules/darwin/karabiner.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/modules/darwin/karabiner.nix b/modules/darwin/karabiner.nix index 4d5489d..644bb86 100644 --- a/modules/darwin/karabiner.nix +++ b/modules/darwin/karabiner.nix @@ -17,6 +17,7 @@ let openChatGPTIncognito = "open -na Helium.app --args https://chatgpt.com/?temporary-chat=true"; openClaude = "open -na Helium.app --args https://claude.ai/new"; openClaudeIncognito = "open -na Helium.app --args https://claude.ai/new?incognito="; + openHeliumTelegram = "open -na Helium.app --args https://web.telegram.org/k/"; numbers = [ "1" @@ -413,6 +414,25 @@ let } ]; } + { + description = "Hyper+T opens Telegram"; + manipulators = [ + { + from = { + key_code = "t"; + modifiers = { + mandatory = hyperModifiers; + }; + }; + to = [ + { + shell_command = openHeliumTelegram; + } + ]; + type = "basic"; + } + ]; + } { description = "Toggle Focus Mode with F6"; manipulators = [