summaryrefslogtreecommitdiff
path: root/openbox/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/translate.h')
-rw-r--r--openbox/translate.h4
1 files changed, 4 insertions, 0 deletions
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