Different name of item from destination in menu

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
hemsith14_
Posts: 296
Joined: 07 Nov 2020, 08:37

Different name of item from destination in menu

Post by hemsith14_ » 18 May 2022, 20:22

Hey
How can I give a menu item a name that is different from it's subroutine like with submenus?

For example:

Code: Select all

Menu, Favorites, Add, A Modified Name :Normal Name
Normal Name:
do something
return
Thanks for your help.

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

Re: Different name of item from destination in menu

Post by mikeyww » 18 May 2022, 20:36

Use the LabelOrSubmenu parameter.

hemsith14_
Posts: 296
Joined: 07 Nov 2020, 08:37

Re: Different name of item from destination in menu

Post by hemsith14_ » 18 May 2022, 20:39

Of course, why I didn't thought of that, I don't know.

Thank you for your help

Post Reply

Return to “Ask for Help (v1)”