#include <gsp.h>
Data Fields | |
int | input |
Input symbol (scancode). | |
link_t | link |
Link to hash table in gsp_t . | |
int | new_state |
State after transition. | |
int | old_state |
State before transition. | |
unsigned | out_key |
Keycode to emit. | |
unsigned | out_mods |
Modifier to emit. |
Definition at line 57 of file gsp.h.