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 73 of file config.h.
Mode::SLIST_ENTRY | ( | Mode | ) |
struct bindings_head* Mode::bindings |
Definition at line 75 of file config.h.
Referenced by load_configuration(), switch_mode(), and yyparse().
char* Mode::name |
Definition at line 74 of file config.h.
Referenced by load_configuration(), switch_mode(), and yyparse().