Fix ImGui key mapping Enter to the numpad

This commit is contained in:
spycrab 2019-03-18 16:58:26 +01:00
parent fcd0dbef2c
commit 0a3279ae6b
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ void RenderWidget::SetImGuiKeyMap()
{ImGuiKey_Delete, Qt::Key_Delete},
{ImGuiKey_Backspace, Qt::Key_Backspace},
{ImGuiKey_Space, Qt::Key_Space},
{ImGuiKey_Enter, Qt::Key_Enter},
{ImGuiKey_Enter, Qt::Key_Return},
{ImGuiKey_Escape, Qt::Key_Escape},
{ImGuiKey_A, Qt::Key_A},
{ImGuiKey_C, Qt::Key_C},