mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
Add special 'mac-' and 'win-' modifiers, fixes #29
This commit is contained in:
@@ -28,7 +28,7 @@ return { id = 'mainWindow',
|
||||
},
|
||||
},
|
||||
{ style = 'toolbar',
|
||||
{ id = 'newButton', style = 'toolButton', shortcut = { 'z', 'x' },
|
||||
{ id = 'newButton', style = 'toolButton', shortcut = { 'win-z', 'mac-x' },
|
||||
icon = 'icon/32px/Blueprint.png',
|
||||
status = 'Create a new thing' },
|
||||
{ id = 'loadButton', style = 'toolButton',
|
||||
|
||||
Reference in New Issue
Block a user