"Paste as keystrokes" on linux? 1 0
xdotool type --help
--file <filepath> - specify a file, the contents of which will be be typed as if passed as an argument. The filepath may also be '-' to read from stdin.
Reply
"Paste as keystrokes" on linux? 20 0
xclip -o -selection clipboard | xdotool keyup Super_L type --delay 100 --clearmodifiers --file -
I use the code above with Win + T in KDE shortcuts to type the content from the clipboard.
Reply
Next
6svdwug0 @lemm.ee
Posts 0
Comments 2