all repos — openbox @ d8d2fd7148c46eb4acba9d647adaddfa906c0652

openbox fork - make it a bit more like ryudo

plugins/keyboard/translate.h (raw)

1
2
3
4
5
6
7
8
#ifndef __plugin_keyboard_translate_h
#define __plugin_keyboard_translate_h

#include <glib.h>

gboolean translate_key(char *str, guint *state, guint *keycode);

#endif