shortcut for "end" key in keyboard.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Shekhar Singh
Posts: 115
Joined: 06 Dec 2022, 02:35

shortcut for "end" key in keyboard.

Post by Shekhar Singh » 06 Dec 2022, 02:40

how to write "end" key in keyboard in ahk.
Plus is there a list available for all non-letter keys in keyboard for ahk..


[Mod action: Moved topic from “Other Utilities and Resources”]

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

Re: shortcut for "end" key in keyboard.

Post by boiler » 06 Dec 2022, 03:12

It’s just End if you want to define it as a hotkey or a remap, or to use it in a command like KeyWait. If you are using something like Send, then it would be {End}.

See the List of Keys for a complete list and the Key Names for use with Send-related commands.

Shekhar Singh
Posts: 115
Joined: 06 Dec 2022, 02:35

Re: shortcut for "end" key in keyboard.

Post by Shekhar Singh » 06 Dec 2022, 10:19

The "End" input is not working in my system .
I want End key to work like control + End whenever I press end
I tried this , but didn't work

End::^End

Can someone correct this.

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

Re: shortcut for "end" key in keyboard.

Post by boiler » 06 Dec 2022, 11:03

That works for me. Perhaps it has something to do with the application on which you're using it. Test it using Notepad.

Post Reply

Return to “Ask for Help (v1)”