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
Should the Remove menu items in the right click menus for the History and Favorites entries show the DEL key shortcut since that is a viable key stroke?
The text was updated successfully, but these errors were encountered:
Would be nice. Unfortunately, AFAIK every shortcut used in menu items will have an "ALT" command key added. If you know a simple, not too hackish way to add shortcut without command key, I'm a all ears.
Yes I guess you're right since the DEL isn't actually a shortcut, just an alternate input to achieve the same result. What if you derive your own MenuItem class and override the DrawContent() function to put a DEL icon on the right? Create a bitmap of the icon and draw it like: https://github.com/Perelandra0x309/einsteinium/blob/master/src/Launcher/AppMenuItem.cpp#L83
Should the Remove menu items in the right click menus for the History and Favorites entries show the DEL key shortcut since that is a viable key stroke?
The text was updated successfully, but these errors were encountered: