bon, moi comme touches jai
L1: LShift
L2: LCtrl
R1: RShift
R2: RCtrl
Start: Enter
Select: Space,
donc jai remplacé dans ton exemple a w e c s f par mes touches, ce qui me donne:
F5::
Send {LCtrl down} ;
Send {LShift down} ;
Send {Space down} ;
Send {Enter down} ;
Send {RCtrl down} ;
Send {RShift down} ;
KeyWait F12 ;
Send {LCtrl up} ;
Send {LShift up} ;
Send {Space up} ;
Send {Enter up} ;
Send {RCtrl up} ;
Send {RShift up} ;
return
mais en jeu quand j'appuie sur f5 ca met pause -_-
tu vois une erreur aladore?