mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +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: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Back',
|
label: 'Back',
|
||||||
accelerator: isOSX() ? 'CmdOrAlt+Left' : 'Alt+Left',
|
accelerator: isOSX() ? 'Cmd+Left' : 'Alt+Left',
|
||||||
click: goBack,
|
click: goBack,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user