Besoin d'aide pour un script Topic is solved

Poser vos questions de programmation en AutoHotkey
Hooni

Besoin d'aide pour un script

02 Apr 2020, 12:57

Salut ! J'aurais besoin d'une petite aide je veux faire une macro sur autohotkey script et je n'arrive pas du tout ! j'ai réussi a faire des loop mais pas la suite de commande qui m'interesse ! si quelqu'un veut bien aider ^^
Je voudrais que quand j'appuie sur alt ça fasse!
alt : F3 -> F9 -> F2 -> F9 -> F4 -> F9 -> F12 -> F9 -> F12 -> F9
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Besoin d'aide pour un script  Topic is solved

04 Apr 2020, 08:24

Code: Select all

LAlt::
SendEvent, {F3}{F9}{F2}{F9}{F4}{F9}{F12}{F9}{F12}{F9}
return

;or

LAlt::
SendEvent, {F3}
; Você pode adicionar "Sleep, nnn" se desejar mais atraso entre pressionar a tecla.
SendEvent, {F9}
SendEvent, {F2}
SendEvent, {F9}
SendEvent, {F4}
SendEvent, {F9}
SendEvent, {F12}
SendEvent, {F9}
SendEvent, {F12}
SendEvent, {F9}
return
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

Return to “J'ai besoin d'aide”

Who is online

Users browsing this forum: No registered users and 17 guests