Page 1 of 1

shortcut for "end" key in keyboard.

Posted: 06 Dec 2022, 02:40
by Shekhar Singh
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”]

Re: shortcut for "end" key in keyboard.

Posted: 06 Dec 2022, 03:12
by boiler
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.

Re: shortcut for "end" key in keyboard.

Posted: 06 Dec 2022, 10:19
by Shekhar Singh
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.

Re: shortcut for "end" key in keyboard.

Posted: 06 Dec 2022, 11:03
by boiler
That works for me. Perhaps it has something to do with the application on which you're using it. Test it using Notepad.