all repos — openbox @ 739c958ac58154f8b1896113701e1c7f580d4cde

openbox fork - make it a bit more like ryudo

plugins/keyboard/translate.h (raw)

1
2
3
4
5
6
7
8
9
#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