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:
parent
d5f9a962d6
commit
42d69a769e
1 changed files with 19 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue