Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- March 28, 2019 at 11:49 am #25645LTTParticipant
oMenu = CreatePopupMenu();
oMenu.Add(“x\t*****”, 4123);
oMenu.Add(“x\t*****”, 4124);
oMenu.Add(“x\t*****”, 4321);
oMenu.Track();** If the menu ID matchs a command ID, v18.7.2 will show the shortcut key (or blank if no shortcut), instead of “*****”.
Some complex macro menus are in chaos now…BTW,
emeditor_en.chm::/macro/popupmenu/add.htm
[VBScript]
popupmenu.Add strText, **is**, flags
▲ “is” should be “id”.March 28, 2019 at 4:24 pm #25650Yutaka EmuraKeymasterWe will fix these issue on the next version.
Thanks,March 28, 2019 at 8:55 pm #25651LTTParticipantI thought it twice.
This can be a new feature.
I suggest adding a new flag: eeMenuShowKey.
So if one is really using a command in a macro menu, he can control whether the key should be shown. - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.