Need a simple script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gibsonstu1111
Posts: 4
Joined: 07 Jan 2023, 16:58

Need a simple script

Post by gibsonstu1111 » 07 Feb 2023, 09:33

Hi i tried doing this myself but i got error about an invalid key or something
All i want is a segment to add into my script that when i press End it also presses PgUp
The usual send x send x didnt work for me i dont think it liked having End:: im not sure.

Thanks in advance

utvex
Posts: 10
Joined: 05 Feb 2023, 14:52

Re: Need a simple script

Post by utvex » 07 Feb 2023, 11:33

end::send {end}{pgup}

User avatar
mikeyww
Posts: 26934
Joined: 09 Sep 2014, 18:38

Re: Need a simple script

Post by mikeyww » 07 Feb 2023, 15:18

Code: Select all

#Requires AutoHotkey v1.1.33
; #Requires AutoHotkey v2.0
~End::PgUp

Post Reply

Return to “Ask for Help (v1)”