|
|
|
@ -50,7 +50,6 @@ Keybindings::Config::Config(Keybindings::Config &original) { |
|
|
|
|
|
|
|
|
|
|
|
Keybindings::Config::Config() { |
|
|
|
Keybindings::Config::Config() { |
|
|
|
menu_xml_ = ""; |
|
|
|
menu_xml_ = ""; |
|
|
|
std::unordered_map<std::string, std::string> key_map(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void Keybindings::Config::AppendXml(std::string &child) { |
|
|
|
void Keybindings::Config::AppendXml(std::string &child) { |
|
|
|
|