ElectronWebContents.setIgnoreMenuShortcuts method
ElectronWebContents › setIgnoreMenuShortcuts
Unofficial
Ignores application menu shortcuts while this web contents is focused.Signature:
setIgnoreMenuShortcuts(ignore: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| ignore | boolean | Whether to ignore menu shortcuts. |
Returns: void