aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-16 13:09:18 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-16 13:09:18 +0100
commit3b75c640ca50f972ce6cbbfedd3964e0237ace5e (patch)
treed8ca7f4869c6fe1f33fb2936036ee99fe17be896
parentMerge branch 'fix/sleep' into develop (diff)
parenttrying to get to the bottom of this (diff)
downloadferdium-app-3b75c640ca50f972ce6cbbfedd3964e0237ace5e.tar.gz
ferdium-app-3b75c640ca50f972ce6cbbfedd3964e0237ace5e.tar.zst
ferdium-app-3b75c640ca50f972ce6cbbfedd3964e0237ace5e.zip
Merge branch 'fix/copy-paste' into develop
-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',