mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-13 00:26:27 +00:00
macOS: fix incorrect "Back" keyboard shortcut (fix #1426)
This commit is contained in:
parent
5146dc05e5
commit
bac08394c5
@ -153,7 +153,7 @@ export function generateMenu(
|
||||
submenu: [
|
||||
{
|
||||
label: 'Back',
|
||||
accelerator: isOSX() ? 'CmdOrAlt+Left' : 'Alt+Left',
|
||||
accelerator: isOSX() ? 'Cmd+Left' : 'Alt+Left',
|
||||
click: goBack,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user