diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-25 01:33:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-25 01:33:20 +0000 |
| commit | 5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab (patch) | |
| tree | c36d6e8f7fa5faadfb56c03e63d45b334ed182ba /openbox/translate.h | |
| parent | 138d3e38d88dbcb1426bd1eb0cd8c43dd01777ad (diff) | |
add keyboard shortcuts to the menus. you can specify the shortcut key with & even in root menu and stuff
Diffstat (limited to 'openbox/translate.h')
| -rw-r--r-- | openbox/translate.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
