mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
12 lines
198 B
C
12 lines
198 B
C
|
#ifndef ROFI_DIALOG_HELPKEYS_H
|
||
|
#define ROFI_DIALOG_HELPKEYS_H
|
||
|
|
||
|
/**
|
||
|
* @defgroup HELPKEYSMode KeysHelp
|
||
|
* @ingroup MODES
|
||
|
* @{
|
||
|
*/
|
||
|
extern Mode help_keys_mode;
|
||
|
/*@}*/
|
||
|
#endif // ROFI_DIALOG_HELPKEYS_H
|