hello,
I'm rather new to python, and I'm trying to make a simple macro program, i have the mouse setup but duplicating the keyboard actions is a giving me a bit of trouble.
the website I'm using isn't for python but i found it for a reference:
http://www.codeproject.com/KB/system/keyboard.aspx
I found it on this forum:
http://www.dreamincode.net/forums/topic ... -event%3B/
The thing I'm confused at is that i have made a program that finds the scan code for the key, then it makes it into a hexadecimal, but the codeproject website has two columns of numbers and it requires the second "break" numbers. I dont know how to get those let-alone the 0xblah thing which is just a 0x in front of the break. The last thing about this I dont understand is the First parameter where it requires the virtual key... is there anyway i can leave this blank and just use the key code?
if someone could show me a simple code that takes in a scan code and puts out the according letter i would be able to take it from there.