9 lines
206 B
C
9 lines
206 B
C
#ifndef __plugin_keyboard_translate_h
|
|
#define __plugin_keyboard_translate_h
|
|
|
|
#include <glib.h>
|
|
|
|
guint translate_modifier(char *str);
|
|
gboolean translate_key(char *str, guint *state, guint *keycode);
|
|
|
|
#endif
|