Fix #14184: Right and down arrow swapped

Incorrect order of legacy shortcut IDs.
This commit is contained in:
Ted John 2021-02-27 15:51:05 +00:00
parent ce11d1eb2f
commit 1ee72ffd21
1 changed files with 1 additions and 1 deletions

View File

@ -394,8 +394,8 @@ std::string_view ShortcutManager::GetLegacyShortcutId(size_t index)
ShortcutId::InterfaceToggleToolbars,
ShortcutId::ViewScrollUp,
ShortcutId::ViewScrollLeft,
ShortcutId::ViewScrollRight,
ShortcutId::ViewScrollDown,
ShortcutId::ViewScrollRight,
ShortcutId::MultiplayerChat,
ShortcutId::InterfaceSaveGame,
ShortcutId::InterfaceShowOptions,