aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Menu.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Menu.js')
-rw-r--r--src/lib/Menu.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index d01666d49..703060dc1 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -22,10 +22,14 @@ const template = [
22 role: 'cut', 22 role: 'cut',
23 }, 23 },
24 { 24 {
25 role: 'copy', 25 label: 'Copy',
26 accelerator: 'Cmd+C',
27 selector: 'copy:',
26 }, 28 },
27 { 29 {
28 role: 'paste', 30 label: 'Paste',
31 accelerator: 'Cmd+V',
32 selector: 'paste:',
29 }, 33 },
30 { 34 {
31 role: 'pasteandmatchstyle', 35 role: 'pasteandmatchstyle',