rofi/include/dialogs/help-keys.h

18 lines
322 B
C
Raw Normal View History

#ifndef ROFI_DIALOG_HELPKEYS_H
#define ROFI_DIALOG_HELPKEYS_H
/**
* @defgroup HELPKEYSMode KeysHelp
* @ingroup MODES
*
* Displays the different keybindings available in *rofi*
*
* @{
*/
/**
2016-10-14 14:46:54 +00:00
* #Mode object representing the help key mode view
*/
extern Mode help_keys_mode;
/*@}*/
#endif // ROFI_DIALOG_HELPKEYS_H