| Top |
| gboolean | gok_modifier_add () |
| gboolean | gok_modifier_set_pre () |
| gboolean | gok_modifier_set_post () |
| void | gok_modifier_set_type () |
| void | gok_modifier_output_pre () |
| void | gok_modifier_output_post () |
| void | gok_modifier_all_off () |
| int | gok_modifier_get_state () |
| int | gok_modifier_get_type () |
| gboolean | gok_modifier_get_normal () |
| void | gok_modifier_update_modifier_keys () |
gboolean
gok_modifier_add (gchar *Name);
Adds a modifier to the list of modifiers.
gboolean gok_modifier_set_pre (gchar *Name,GokOutput *pOutput);
Sets the wrapper 'pre' output for the given modifier.
gboolean gok_modifier_set_post (gchar *Name,GokOutput *pOutput);
Sets the 'post' output for the given modifier.
void gok_modifier_set_type (gchar *Name,gint Type);
Sets the 'Type' attribute for the given modifier.
void
gok_modifier_output_pre (void);
Sends all the wrapper 'pre' outputs to the system.
void
gok_modifier_output_post (void);
Sends all the wrapper 'post' outputs to the system.
void
gok_modifier_all_off (void);
Changes the state of modifier keys to OFF, unless they are locked on.