0

Searching for a solution a while now, but don't find one. I would like to build a tool that allows me to paste texts into a text field if I press a key on my keyboard. E.g. when I'm writing emails.

Is that even possible in Java?

Thanks for helping!

Tjrvn
  • 11
  • 1
  • You can use Clipboard system of Java. Take a look of these documentation s http://www.javapractices.com/topic/TopicAction.do?Id=82 or https://docs.oracle.com/javase/7/docs/api/java/awt/datatransfer/Clipboard.html – Seba López Sep 27 '18 at 07:17
  • See if this helps: https://stackoverflow.com/q/6710350/8685250 – Hayes Roach Sep 27 '18 at 07:17

0 Answers0