Hello, could you help me?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Maddi

Hello, could you help me?

19 Sep 2021, 08:58

Hello, could you help me?

I want my "H" key to be pressed all day every 15 minutes

I would like to know what commands I should use to be able to do this

I'd be really grateful
Last edited by gregster on 19 Sep 2021, 09:23, edited 1 time in total.
Reason: Topic moved from 'Forum Issues'.
User avatar
mikeyww
Posts: 26888
Joined: 09 Sep 2014, 18:38

Re: Hello, could you help me?

19 Sep 2021, 09:54

Code: Select all

#Persistent
minutes := 15
SetTimer, H, % 60000 * minutes
H:
Send h
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Frogrammer and 277 guests