The configuration file can contain multiple sets of bindings. More...
#include <config.h>
Public Member Functions | |
SLIST_ENTRY (Mode) modes | |
Data Fields | |
char * | name |
struct bindings_head * | bindings |
The configuration file can contain multiple sets of bindings.
Apart from the default set (name == "default"), you can specify other sets and change the currently active set of bindings by using the "mode <name>" command.
Definition at line 78 of file config.h.
Mode::SLIST_ENTRY | ( | Mode | ) |
struct bindings_head* Mode::bindings [read] |
Definition at line 80 of file config.h.
Referenced by load_configuration(), switch_mode(), and yyparse().
char* Mode::name |
Definition at line 79 of file config.h.
Referenced by floating_enable(), load_configuration(), switch_mode(), and yyparse().