mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
b4c599f022
Current state: 61% coverage.
17 lines
311 B
C
17 lines
311 B
C
#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
|