I have a Windows PC connected to my TV, but i can’t use its keyboard for some reasons, so i decided to use my macbook keyboard + some Java.
I’ve implemented a little socket application that sends my keyboard input to pc on serversocket, but how to use its output on the PC side in Windows apps (Visual Studio, Notepad, Browsers, etc.)?
I have a Windows PC connected to my TV, but i can’t use its
Share
The class
java.awt.Robotcan be used to generate mouse and keyboard events.