19 #ifndef MIRAL_KEYMAP_H 20 #define MIRAL_KEYMAP_H 25 namespace mir {
class Server; }
42 explicit Keymap(std::string
const& keymap);
47 void operator()(mir::Server& server)
const;
50 void set_keymap(std::string
const& keymap);
54 std::shared_ptr<Self>
self;
58 #endif //MIRAL_KEYMAP_H Definition: connection.h:26
Load a keymap.
Definition: keymap.h:30
Mir Abstraction Layer.
Definition: active_outputs.h:27