Class Keymap¶
Defined in File keymap.h
Class Documentation¶
-
class Keymap¶
Load a keymap.
Public Functions
-
Keymap()¶
Apply keymap from the config.
-
explicit Keymap(std::string const &keymap)¶
Specify a keymap. Format is:
Options is a comma separated list. e.g. “gb” or “us+dvorak”<language>[+<variant>[+<options>]]
-
~Keymap()¶
-
void operator()(mir::Server &server) const¶
-
void set_keymap(std::string const &keymap)¶
Specify a new keymap.
-
Keymap()¶