swharden / Tmoji

A taskbar app to quickly copy emoji and special symbols
https://swharden.com/software/Tmoji
MIT License
3 stars 1 forks source link

Copy/paste directly #5

Open github-at-kim-homann-dot-de opened 7 months ago

github-at-kim-homann-dot-de commented 7 months ago

Would be cool to have an option to copy/paste the emoji directly into the active application, maybe as a configurable option.

I've appended the following to the Button_Emoji_Click() handler, and it works:

System.Windows.Forms.SendKeys.SendWait("%{Tab}");
System.Windows.Forms.SendKeys.SendWait("^{v}");
swharden commented 7 months ago

Hi @github-at-kim-homann-dot-de, thanks for this feature request and the others you recently shared! It's been a while since I made commits to this repository, but I wanted to reach out to let you know I'm definitely interested on improving this app and will begin working on these new features soon 👍