The GdkDeviceKey structure contains information
about the mapping of one device macro button onto a normal X key event.
It has the following fields:
guint keyval;
the keyval to generate when the macro button is pressed.
If this is 0, no keypress will be generated.
GdkModifierType modifiers;
the modifiers set for the generated key event.
The GdkDeviceKey structure contains information about the mapping of one device macro button onto a normal X key event. It has the following fields: guint keyval; the keyval to generate when the macro button is pressed. If this is 0, no keypress will be generated. GdkModifierType modifiers; the modifiers set for the generated key event.