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:
parent
0cef95a1a1
commit
f840f89386
1 changed files with 20 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ let
|
||||||
openChatGPTIncognito = "open -na Helium.app --args https://chatgpt.com/?temporary-chat=true";
|
openChatGPTIncognito = "open -na Helium.app --args https://chatgpt.com/?temporary-chat=true";
|
||||||
openClaude = "open -na Helium.app --args https://claude.ai/new";
|
openClaude = "open -na Helium.app --args https://claude.ai/new";
|
||||||
openClaudeIncognito = "open -na Helium.app --args https://claude.ai/new?incognito=";
|
openClaudeIncognito = "open -na Helium.app --args https://claude.ai/new?incognito=";
|
||||||
|
openHeliumTelegram = "open -na Helium.app --args https://web.telegram.org/k/";
|
||||||
|
|
||||||
numbers = [
|
numbers = [
|
||||||
"1"
|
"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";
|
description = "Toggle Focus Mode with F6";
|
||||||
manipulators = [
|
manipulators = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue