summaryrefslogtreecommitdiffstats
path: root/include/dialogs/help-keys.h
blob: b444a5be76d9d2b8263b18178090a76c43239589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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