X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fkeyboard%2Ftranslate.h;fp=plugins%2Fkeyboard%2Ftranslate.h;h=e0d0bae3ab7c0dfd92872cbed2a41e450df3df21;hb=739c958ac58154f8b1896113701e1c7f580d4cde;hp=0000000000000000000000000000000000000000;hpb=eeba457231e3823171716b47a1a4d0900907269e;p=chaz%2Fopenbox diff --git a/plugins/keyboard/translate.h b/plugins/keyboard/translate.h new file mode 100644 index 00000000..e0d0bae3 --- /dev/null +++ b/plugins/keyboard/translate.h @@ -0,0 +1,9 @@ +#ifndef __plugin_keyboard_translate_h +#define __plugin_keyboard_translate_h + +#include + +guint translate_modifier(char *str); +gboolean translate_key(char *str, guint *state, guint *keycode); + +#endif