struct EE::UI::KeyBindings::Storage

#include <keyboardshortcut.hpp>

struct Storage {
    // fields

    ShortcutMap shortcuts;
    std::map<std::string, Shortcut> keybindingsInvert;
};