diff --git a/modules/darwin/karabiner.nix b/modules/darwin/karabiner.nix index 9a9748b..7c8ec32 100644 --- a/modules/darwin/karabiner.nix +++ b/modules/darwin/karabiner.nix @@ -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"; + } + ]; + } ]; };