This commit is contained in:
airstruck
2016-01-31 14:20:56 -05:00
parent 55f50f12cc
commit 206c500737
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ return { id = 'mainWindow',
{ text = 'Edit',
{ text = 'Cut', shortcut = { 'win-ctrl-c', 'mac-gui-c' } },
{ text = 'Copy', shortcut = 'c-x' },
{ text = 'Paste', shortcut = { 'command-v', 'win-ctrl-v' } },
{ text = 'Paste', shortcut = { 'cmd-v', 'win-ctrl-v' } },
{ type = 'slider' },
},
{ text = 'View',