17 #ifndef MIRAL_KEYMAP_H
18 #define MIRAL_KEYMAP_H
23 namespace mir {
class Server; }
40 explicit Keymap(std::string
const& keymap);
52 std::shared_ptr<Self>
self;
Load a keymap.
Definition: keymap.h:29
auto operator=(Keymap const &rhs) -> Keymap &
void set_keymap(std::string const &keymap)
Specify a new keymap.
Keymap(std::string const &keymap)
Specify a keymap. Format is:
Keymap(Keymap const &that)
Keymap()
Apply keymap from the config.
void operator()(mir::Server &server) const
Definition: splash_session.h:22
Mir Abstraction Layer.
Definition: floating_window_manager.h:29