X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;h=21cd64984146ce5556693f5240864d011ce4fd8e;hb=9c32f34b3766de01c51bc5d00c17d68804ab2603;hp=14efe73da6a64688a8904338b25f7e4b6695e916;hpb=5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab;p=chaz%2Fopenbox diff --git a/openbox/translate.h b/openbox/translate.h index 14efe73d..21cd6498 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -26,4 +26,8 @@ gboolean translate_key(const gchar *str, guint *state, guint *keycode); /*! Give the string form of a keycode */ const gchar *translate_keycode(guint keycode); + +/*! Translate a keycode to the unicode character it represents */ +gunichar translate_unichar(guint keycode); + #endif