does anyone have any ideas how to script this?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
uepnol
Posts: 6
Joined: 02 Dec 2019, 01:36

does anyone have any ideas how to script this?

02 Dec 2019, 14:11

i need a macro for my keyboard,

"shift is held down" >o is pressed once, then p is held down
"shift is released" >o is presssed once more, then p is unheld
"*" = actions i need to press
> = actions i want to happen
rakesha002
Posts: 46
Joined: 04 Dec 2017, 00:11

Re: does anyone have any ideas how to script this?

05 Dec 2019, 10:24

Hi,

May be this perhaps,

Code: Select all

~Shift::
send, {p Down}
while (getkeystate("Shift", P))
	Sleep 500
send, {p UP}
return
Hope this helps

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: ht55cd3, OrangeCat and 308 guests