Is there any way to trigger a paste in the windows manager, for example, if I got a text box focused in an application, say, Safari, and I run the command from the command line, it would trigger a paste in the active text box. In short, it would trigger command-v
What I'm hoping to achieve is being able to create scripts, that i can then call from skhd. So, scripts that'd do something ala
pbcopy < stuff.txt
magic-paste-into-focused-component
ish..