mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-09 08:30:15 +00:00
Add keyboard shortcut for back, forward
This commit is contained in:
parent
f45098d543
commit
6f98248a60
@ -70,12 +70,14 @@ function createMenu(nativefierVersion, onQuit, onGoBack, onGoForward, onZoomIn,
|
||||
submenu: [
|
||||
{
|
||||
label: 'Back',
|
||||
accelerator: 'CmdOrCtrl+[',
|
||||
click: function() {
|
||||
onGoBack();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Forward',
|
||||
accelerator: 'CmdOrCtrl+]',
|
||||
click: function() {
|
||||
onGoForward();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user