1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-07-21 19:05:19 +02:00

karabiner: add Hyper+T for Telegram

This commit is contained in:
TheGeneralist 2026-07-06 11:34:58 +02:00
parent 0cef95a1a1
commit f840f89386
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -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 = [