ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
709 stars 78 forks source link

Send keys to window #18

Closed OctoNezd closed 7 years ago

OctoNezd commented 7 years ago

How do I do that with you lib?

ponty commented 7 years ago

Sending keys is not a goal for this library. PyVirtualDisplay can open a window (nested or virtual), and other tools can be used for sending keys.

Examples: http://www.semicomplete.com/projects/xdotool/ https://github.com/SavinaRoja/PyUserInput