This question is in reference to the following post: Question answered by georgesl
I have copied all of the code that georgesl posted in his answer to the question; however, nothing is happening for me. I am not sure where to start in order to diagnose the problem here. I named the file where I copied all of georgesl's code into "keystud.py" I opened the python console and did the following:
Python 2.7.9
>>> from keystud import *
>>> AltTab()
>>> time.sleep(5); PressKey(0x48)
During the above sleep time of 5, I opened a blank notepad and placed the cursor in it so that the program would hopefully type an "h" in it. I also created a python file with the same code and tried it by running it not using the console to no avail.
Any help would be much appreciated.