I am looking for a software that will press x when I have ctrl pressed in the Mount and Blade warband window, every one I have tried does not press anything, help?
I use voice commands for warband which doesn't answer your question but will solve your problem.
"When I die, I want to die peacefully in my sleep, like Fidel Castro, not screaming in terror, like his victims."
My shameful truth.
Using AutoIt, a scripting language, it can be easily done.
Just create a new script, and copy/paste the following.
And then save and execute (f5).HTML Code:#Include <Misc.au3> Sleep(5000) While 1 And not _IsPressed("1B") Send("^x") WEnd
If it presses the keys a bit too quickly, you can add a Sleep(500) in the loop. (time is in ms)
To stop it press escape.
Under the patronage of apple.
Patron of ybbon66.