Hi,
I have a QProcess running and I am sending key presses to the process using write. like this... myprocess->write("a");
This works fine.
How can I send a left or right cursor key using write?
Or for that matter can any non-printing key be sent using write?
Thanks.
Clive
Bookmarks