rshk / python-libxdo

Python bindings for libxdo
BSD 3-Clause "New" or "Revised" License
77 stars 19 forks source link

how to send commands to window ? #20

Open splnanthakumar opened 5 years ago

splnanthakumar commented 5 years ago

by using this lib i am able to get the window list. at the same time i want to send command to the focused window?

ex : i want to login to server using ssh (ssh test@1.2.3.4) how to do the above command to the active terminal window?