template struct std::hash<EE::UI::KeyBindings::Shortcut>

#include <keyboardshortcut.hpp>

template <>
struct hash<EE::UI::KeyBindings::Shortcut> {
    // methods

    std::size_t operator()(EE::UI::KeyBindings::Shortcut const& s) const;
};