mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 17:06:24 -06:00
SDA-3929 Ability to pop-up the menu by pressing alt key
This commit is contained in:
parent
df14fa19d1
commit
1be964c6f4
@ -259,7 +259,7 @@ export const handleKeyPress = (key: number): void => {
|
||||
break;
|
||||
}
|
||||
case KeyCodes.Alt:
|
||||
if (isMac || isLinux || windowHandler.isCustomTitleBar) {
|
||||
if (isMac || isLinux) {
|
||||
return;
|
||||
}
|
||||
const browserWin = BrowserWindow.getFocusedWindow() as ICustomBrowserWindow;
|
||||
|
Loading…
Reference in New Issue
Block a user