diff --git a/browser/default_app/main.js b/browser/default_app/main.js index e5be6c92ea6d..bf7a0ef952f8 100644 --- a/browser/default_app/main.js +++ b/browser/default_app/main.js @@ -65,6 +65,44 @@ delegate.browserMainParts.preMainMessageLoopRun = function() { }, ] }, + { + label: 'Edit', + submenu: [ + { + label: 'Undo', + accelerator: 'Command+Z', + selector: 'undo:' + }, + { + label: 'Redo', + accelerator: 'Shift+Command+Z', + selector: 'redo:' + }, + { + type: 'separator' + }, + { + label: 'Cut', + accelerator: 'Command+X', + selector: 'cut:' + }, + { + label: 'Copy', + accelerator: 'Command+C', + selector: 'copy:' + }, + { + label: 'Paste', + accelerator: 'Command+V', + selector: 'paste:' + }, + { + label: 'Select All', + accelerator: 'Command+A', + selector: 'selectAll:' + }, + ] + }, { label: 'View', submenu: [