19 #ifndef MIRAL_KEYMAP_H 20 #define MIRAL_KEYMAP_H 25 namespace mir {
class Server; }
41 explicit Keymap(std::string
const& keymap);
46 void operator()(mir::Server& server)
const;
49 void set_keymap(std::string
const& keymap);
53 std::shared_ptr<Self>
self;
57 #endif //MIRAL_KEYMAP_H Definition: active_outputs.h:25
Load a keymap.
Definition: keymap.h:30
Mir Abstraction Layer.
Definition: active_outputs.h:27