i write script so when i press f4 then computer press lart+ left arror

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
maload
Posts: 40
Joined: 05 Mar 2017, 22:13

i write script so when i press f4 then computer press lart+ left arror

15 Jun 2021, 02:24

why it dont work as i wish

my script is


f4::

Sendinput {Alt}{Left}
return


i want to use alt+left arrow for back to the parent folder
Rohwedder
Posts: 7647
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: i write script so when i press f4 then computer press lart+ left arror

15 Jun 2021, 05:14

Hallo,
try:

Code: Select all

f4::
Sendinput !{Left}
return
Sendinput {Alt}{Left} makes: {Alt Down}{Alt Up}{Left Down}{Left Up}
Sendinput !{Left} makes: {Alt Down}{Left Down}{Left Up}{Alt Up}
maload
Posts: 40
Joined: 05 Mar 2017, 22:13

Re: i write script so when i press f4 then computer press lart+ left arror

15 Jun 2021, 06:19

Rohwedder wrote:
15 Jun 2021, 05:14
Hallo,
try:

Code: Select all

f4::
Sendinput !{Left}
return
Sendinput {Alt}{Left} makes: {Alt Down}{Alt Up}{Left Down}{Left Up}
Sendinput !{Left} makes: {Alt Down}{Left Down}{Left Up}{Alt Up}
thank you so much

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CrowexBR, gsxr1300 and 285 guests