diff --git a/src/gui/components/wxGameList.cpp b/src/gui/components/wxGameList.cpp index 650531ef..d70cb376 100644 --- a/src/gui/components/wxGameList.cpp +++ b/src/gui/components/wxGameList.cpp @@ -575,7 +575,7 @@ void wxGameList::OnKeyDown(wxListEvent& event) if (m_style != Style::kList) return; - const auto keycode = std::tolower(event.GetKeyCode()); + const auto keycode = event.GetKeyCode(); if (keycode == WXK_LEFT) { const auto item_count = GetItemCount();