C'est avec AutoHotkey.
http://www.autohotkey.com/
Je crée un fichier script :
F12::
Send {a down} ;
Send {z down} ;
Send {e down} ;
Send {q down} ;
Send {d down} ;
Send {w down} ;
Send {x down} ;
Send {c down} ;
KeyWait F12 ;
Send {a up} ;
Send {z up} ;
Send {e up} ;
Send {q up} ;
Send {d up} ;
Send {w up} ;
Send {x up} ;
Send {c up} ;
return
Je fais exécuter le script par AutoHotkey, et quand j'appuie sur F12 les touches azeqdwxc sont considérées par le jeu comme pressées.
Sous XP ça marche impec' je pense qu'il n'y a pas de raison pour que ça ne marche pas sous Vista, mais on ne sait jamais.