Help w Code

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
shamaaaan
Posts: 1
Joined: 01 Jun 2023, 21:13

Help w Code

Post by shamaaaan » 01 Jun 2023, 21:15

I've been trying to get a code that will left click,F2,left click,F1,left click but i am stuck and can not figure it out. (this is my first attempt at writing code)

User avatar
boiler
Posts: 16767
Joined: 21 Dec 2014, 02:44

Re: Help w Code

Post by boiler » 01 Jun 2023, 21:49

Run this script then press the Tab key to perform that sequence:

Code: Select all

#Requires AutoHotkey v2.0
Tab::Send "{Click}{F2}{Click}{F1}{Click}"

Post Reply

Return to “Ask for Help (v2)”