Python Sendkeys
Posted: Sun Aug 10, 2008 6:30 pm
I'm having trouble with Sendkeys for Python. I can get it to type stuff, but not unicode. After research, it appears to be unable to type unicode characters. That's fine though, because I could do ALT+# instead...Except how do I?
I've tried:But I think the problem is that its using just normal number keys...not the numpad. So what can I do?
I've tried:
Code: Select all
import SendKeysSendKeys.SendKeys("%(164)")