2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-16 10:52:20 +00:00

Merge branch 'krishkumar-development' into development

This commit is contained in:
Jia Hao 2016-01-30 02:13:21 +08:00
commit 8041663d82

View File

@ -67,12 +67,14 @@ function createMenu(nativefierVersion, onQuit, onGoBack, onGoForward, onZoomIn,
submenu: [ submenu: [
{ {
label: 'Back', label: 'Back',
accelerator: 'CmdOrCtrl+[',
click: () => { click: () => {
onGoBack(); onGoBack();
} }
}, },
{ {
label: 'Forward', label: 'Forward',
accelerator: 'CmdOrCtrl+]',
click: () => { click: () => {
onGoForward(); onGoForward();
} }