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

hyperkey: add rephrase prompt copy

This commit is contained in:
TheGeneralist 2026-06-22 14:29:25 +02:00
parent d5f9a962d6
commit 42d69a769e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -518,6 +518,25 @@ let
}
];
}
{
description = "Hyper+0 copies a rephrase prompt into the clipboard";
manipulators = [
{
from = {
key_code = "0";
modifiers = {
mandatory = hyperModifiers;
};
};
to = [
{
shell_command = "printf '%s' 'rephrase the tweet on the screen in a more humanly-understandable way' | pbcopy";
}
];
type = "basic";
}
];
}
];
};