mirror of
https://github.com/thegeneralist01/config.git
synced 2026-07-21 19:05:19 +02:00
karabiner: remove Hyper+T, add Hyper+V for ChatGPT incognito and Hyper+; for Claude incognito
This commit is contained in:
parent
42d69a769e
commit
0cef95a1a1
1 changed files with 40 additions and 19 deletions
|
|
@ -14,7 +14,9 @@ let
|
||||||
openHeliumT3Chat = "open -na Helium.app --args https://t3.chat/";
|
openHeliumT3Chat = "open -na Helium.app --args https://t3.chat/";
|
||||||
openHeliumExaSearch = "open -na Helium.app --args https://exa.ai/search";
|
openHeliumExaSearch = "open -na Helium.app --args https://exa.ai/search";
|
||||||
openChatGPT = "open -na Helium.app --args https://chatgpt.com/";
|
openChatGPT = "open -na Helium.app --args https://chatgpt.com/";
|
||||||
|
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=";
|
||||||
|
|
||||||
numbers = [
|
numbers = [
|
||||||
"1"
|
"1"
|
||||||
|
|
@ -392,25 +394,6 @@ let
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
description = "Hyper+T opens T3 Chat";
|
|
||||||
manipulators = [
|
|
||||||
{
|
|
||||||
from = {
|
|
||||||
key_code = "t";
|
|
||||||
modifiers = {
|
|
||||||
mandatory = hyperModifiers;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
to = [
|
|
||||||
{
|
|
||||||
shell_command = openHeliumT3Chat;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
type = "basic";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
description = "Hyper+E opens Exa Search";
|
description = "Hyper+E opens Exa Search";
|
||||||
manipulators = [
|
manipulators = [
|
||||||
|
|
@ -480,6 +463,25 @@ let
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
description = "Hyper+V opens ChatGPT (incognito)";
|
||||||
|
manipulators = [
|
||||||
|
{
|
||||||
|
from = {
|
||||||
|
key_code = "v";
|
||||||
|
modifiers = {
|
||||||
|
mandatory = hyperModifiers;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
to = [
|
||||||
|
{
|
||||||
|
shell_command = openChatGPTIncognito;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
type = "basic";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
description = "Hyper+C opens ChatGPT";
|
description = "Hyper+C opens ChatGPT";
|
||||||
manipulators = [
|
manipulators = [
|
||||||
|
|
@ -518,6 +520,25 @@ let
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
description = "Hyper+; opens Claude (incognito)";
|
||||||
|
manipulators = [
|
||||||
|
{
|
||||||
|
from = {
|
||||||
|
key_code = "semicolon";
|
||||||
|
modifiers = {
|
||||||
|
mandatory = hyperModifiers;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
to = [
|
||||||
|
{
|
||||||
|
shell_command = openClaudeIncognito;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
type = "basic";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
description = "Hyper+0 copies a rephrase prompt into the clipboard";
|
description = "Hyper+0 copies a rephrase prompt into the clipboard";
|
||||||
manipulators = [
|
manipulators = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue