mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
11 lines
198 B
C
11 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
|