gre.keyup
A key which was previously pressed has been released
Data
uint32_t code uint32_t modifiers
Where:
code
This is the UTF-8 key value
modifiers
A set of modifiers applied to the key
| GR_EVENT_KEYMOD_ALT |
| GR_EVENT_KEYMOD_CTRL |
| GR_EVENT_KEYMOD_SHIFT |