1

Sorry for the vagueness but upon investigation I found the SendKeys module is the best way to be able to simulate keypresses in Python. But I found it is not compatible with 64 bit Windows or Python 2.7 (as far as I know).

Is there another way of reliably simulating, say pressing 3 keys all at once, and opening a notepad file inserting several characters on a 64 bit and 32 bit system?

Thank you.

Semaj
  • 133
  • 1
  • 1
  • 8

1 Answers1

0

this thread have some info. And you can try SendKeysCtypes from here

Community
  • 1
  • 1
Daniel Magnusson
  • 9,541
  • 2
  • 38
  • 43