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