i need help code

Ask gaming related questions (AHK v1.1 and older)
juanll2002
Posts: 9
Joined: 29 Sep 2022, 03:49

i need help code

Post by juanll2002 » 07 Oct 2022, 14:36

what is the name of this key on the keyboard?
to add it to a script and is pressed with the keyboard key a
tranks
Attachments
d.PNG
d.PNG (48.66 KiB) Viewed 292 times

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

Re: i need help code

Post by boiler » 07 Oct 2022, 16:29

Please make the subject of your thread something more descriptive than "i need help code". Everyone posting here needs help, so your subject doesn't help distinguish it from others.

sofista
Posts: 645
Joined: 24 Feb 2020, 13:59
Location: Buenos Aires

Re: i need help code

Post by sofista » 07 Oct 2022, 17:19

Run this well known piece of code:

Code: Select all

#Persistent
#InstallKeybdHook
KeyHistory
^Esc::ExitApp
Press the key(s) you want to learn and then F5 to get an informative window.

As an aside, please don't forget to follow boiler's advice.

gregster
Posts: 8921
Joined: 30 Sep 2013, 06:48

Re: i need help code

Post by gregster » 07 Oct 2022, 21:43

Usually it's called PgDn (for Page Down), see https://www.autohotkey.com/docs/KeyList.htm#cursor

Post Reply

Return to “Gaming Help (v1)”