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