openbox/plugins/keyboard/translate.h

9 lines
169 B
C
Raw Normal View History

2003-03-18 08:38:33 +00:00
#ifndef __plugin_keyboard_translate_h
#define __plugin_keyboard_translate_h
#include <glib.h>
gboolean translate_key(char *str, guint *state, guint *keycode);
#endif