diff options
Diffstat (limited to 'src/include/ui.h')
-rw-r--r-- | src/include/ui.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ui.h b/src/include/ui.h index 6d98de8..386581e 100644 --- a/src/include/ui.h +++ b/src/include/ui.h @@ -185,6 +185,12 @@ void meta_ui_set_current_theme (const char *name, gboolean force_reload); gboolean meta_ui_have_a_theme (void); +/* Not a real key symbol but means "key above the tab key"; this is + * used as the default keybinding for cycle_group. + * 0x2xxxxxxx is a range not used by GDK or X. the remaining digits are + * randomly chosen */ +#define META_KEY_ABOVE_TAB 0x2f7259c9 + gboolean meta_ui_parse_accelerator (const char *accel, unsigned int *keysym, unsigned int *keycode, |