66RING / scripts

some scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A suggestion on Emoji auto typing

vaaandark opened this issue · comments

echo "$c" | tr -d '\n' | xsel -b

Maybe you can try command xdotool type {{SOME_STRING}} to auto type, rather than to save it in the clipboard.

Good idea! Maybe I will add some kind of oneshot mode using this xdotool type, but save it somewhere and reuse it is more common in my case for now.