AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
868 stars 149 forks source link

Activating the menu using ALT key (enableMnemonics) #93

Closed MangaD closed 1 year ago

MangaD commented 4 years ago

I can't seem to be able to activate the menu using the ALT key. Whenever I press it, nothing happens. I have set the titlebar settings as follows:

const titlebar = new Titlebar({
    backgroundColor: Color.fromHex('#000'),
    itemBackgroundColor: Color.fromHex('#222'),
    icon: "img/icon48.png",
    menuPosition: "bottom",
    enableMnemonics: true,
    titleHorizontalAlignment: "left",
    minimizable: true,
    maximizable: false,
});

titlebar.updateTitle(window.app_title);

Desktop:

edzehoo commented 2 years ago

has this been fixed?

lvcabral commented 1 year ago

This used to work in older versions, it should be prioritized higher.