#ifndef ROFI_DIALOG_HELPKEYS_H #define ROFI_DIALOG_HELPKEYS_H /** * @defgroup HELPKEYSMode KeysHelp * @ingroup MODES * * Displays the different keybindings available in *rofi* * * @{ */ /** * Internal handle to the help key mode */ extern Mode help_keys_mode; /*@}*/ #endif // ROFI_DIALOG_HELPKEYS_H