Page 1 of 1

keyboard pressing simulation

Posted: 1. Oct 2015, 02:58
by nickpick
Hi,

I have a very odd problem:

I'm running the following python code the simulates keyboard actions.
Google: "python-simulate-keydown" and it's the first entry

It works well under normal circumstances, but when I run the code on the host and have it entering data into the virtual machine window, the result is very strange. For example when I have it type "Hi" it shows instead "q=". Any suggestions what could be causing this and how to fix it are appreciated.