mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-26 19:00:25 -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;
|
break;
|
||||||
}
|
}
|
||||||
case KeyCodes.Alt:
|
case KeyCodes.Alt:
|
||||||
if (isMac || isLinux || windowHandler.isCustomTitleBar) {
|
if (isMac || isLinux) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const browserWin = BrowserWindow.getFocusedWindow() as ICustomBrowserWindow;
|
const browserWin = BrowserWindow.getFocusedWindow() as ICustomBrowserWindow;
|
||||||
|
Loading…
Reference in New Issue
Block a user