mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
minor
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user