From 5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Apr 2007 01:33:20 +0000 Subject: add keyboard shortcuts to the menus. you can specify the shortcut key with & even in root menu and stuff --- openbox/translate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/translate.h') diff --git a/openbox/translate.h b/openbox/translate.h index 8249514e..14efe73d 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -24,4 +24,6 @@ gboolean translate_button(const gchar *str, guint *state, guint *keycode); gboolean translate_key(const gchar *str, guint *state, guint *keycode); +/*! Give the string form of a keycode */ +const gchar *translate_keycode(guint keycode); #endif -- cgit v1.2.3