Reputation: 169
I'd like to simulate keyboard events, mainly WASD from Python to control games on Linux.
So far, I've tried PyKey and Keyboard module but unfortunately, they are unable to simulate the keypress in a way that games detect it as continuous movement and so most games just don't work with these.
Are there any alternatives to these modules? Is there something like DirectInput for Linux?
Upvotes: 0
Views: 701