You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Menu Item item(title = "&This Menu Item" image=icon.open_new_window)
...Would highlight the 'T' letter in the word this, allowing you to use the "T" key as a keyboard shortcut to select that menu item.
item(title = "This Menu Item" + "\t" + "&hello" image=icon.open_new_window)
The 'h' does show up as underlined if you hold SHIFT, but the keyboard shortcut does not work. It looks like it would, but it doesn't. Furthermore, the real bug (if this comes from nss) is that having the \t character before any text breaks any accelerator in that title.
...Would highlight the 'T' letter in the word this, allowing you to use the "T" key as a keyboard shortcut to select that menu item.
item(title = "This Menu Item" + "\t" + "&hello" image=icon.open_new_window)
The 'h' does show up as underlined if you hold SHIFT, but the keyboard shortcut does not work. It looks like it would, but it doesn't.
Furthermore, the real bug (if this comes from nss) is that having the \t character before any text breaks any accelerator in that title.
examples:
Windows Spotlight (modified to have accelerators)
The text was updated successfully, but these errors were encountered: