mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
attrib "key" -> "shortcut", also fix #20
This commit is contained in:
@@ -38,8 +38,8 @@ Event.names = {
|
||||
'Leave', -- The cursor left a widget, and no button was pressed.
|
||||
'PressEnter', -- The cursor entered a widget, and a button was pressed.
|
||||
'PressLeave', -- The cursor left a widget, and a button was pressed.
|
||||
'PressStart', -- A pointer button or accelerator key was pressed.
|
||||
'PressEnd', -- A pointer button or accelerator key was released.
|
||||
'PressStart', -- A pointer button or keyboard shortcut was pressed.
|
||||
'PressEnd', -- A pointer button or keyboard shortcut was released.
|
||||
'PressDrag', -- A pressed cursor moved; targets originating widget.
|
||||
'PressMove', -- A pressed cursor moved; targets widget at cursor position.
|
||||
'Press', -- A pointer button was pressed and released on the same widget.
|
||||
|
||||
Reference in New Issue
Block a user