Mir
|
Load a keymap. More...
#include <keymap.h>
Public Member Functions | |
Keymap () | |
Apply keymap from the config. More... | |
Keymap (std::string const &keymap) | |
Specify a keymap. Format is: More... | |
~Keymap () | |
Keymap (Keymap const &that) | |
auto | operator= (Keymap const &rhs) -> Keymap & |
void | operator() (mir::Server &server) const |
void | set_keymap (std::string const &keymap) |
Specify a new keymap. More... | |
Load a keymap.
miral::Keymap::Keymap | ( | ) |
Apply keymap from the config.
|
explicit |
Specify a keymap. Format is:
<language>[+<variant>[+<options>]]
Options is a comma separated list. e.g. "uk" or "us+dvorak"
miral::Keymap::~Keymap | ( | ) |
miral::Keymap::Keymap | ( | Keymap const & | that | ) |
void miral::Keymap::operator() | ( | mir::Server & | server | ) | const |
void miral::Keymap::set_keymap | ( | std::string const & | keymap | ) |
Specify a new keymap.
Copyright © 2012-2022
Canonical Ltd.
Generated on Fri Aug 26 13:27:37 UTC 2022
This documentation is licensed under the GPL version 2 or 3.