Jump to content

Pressing Keys over a network?


Recommended Posts

The remote computers IP: 192.168.1.110

If I press Numpad 0 I want it to make the other system press the normal number 5

Same for:

Numpad5 -> 1

numpad6 -> 2

numpad7 -> 3

numpad8 -> 4

numpad9 -> 6

Is that possible to do with autoit?

If not, is there a way to send to a window without it making it jump to the top as in focus..?

Link to comment
Share on other sites

You can use a client server model using TCPListen/TCPconnect/TCPAccept / TCPSend/TCPRecv

Set the "server" to listen on the remote machine

Have your "client" listen for keypresses via hotkeyset or _ispressed or something, and then send commands through the TCP connection.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...