Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25645
    LTT
    Participant

    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”.

    #25650
    Yutaka Emura
    Keymaster

    We will fix these issue on the next version.
    Thanks,

    #25651
    LTT
    Participant

    I 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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.