mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
17 lines
322 B
C
17 lines
322 B
C
#ifndef ROFI_DIALOG_HELPKEYS_H
|
|
#define ROFI_DIALOG_HELPKEYS_H
|
|
|
|
/**
|
|
* @defgroup HELPKEYSMode KeysHelp
|
|
* @ingroup MODES
|
|
*
|
|
* Displays the different keybindings available in *rofi*
|
|
*
|
|
* @{
|
|
*/
|
|
/**
|
|
* #Mode object representing the help key mode view
|
|
*/
|
|
extern Mode help_keys_mode;
|
|
/*@}*/
|
|
#endif // ROFI_DIALOG_HELPKEYS_H
|