diff --git a/pcsx2-qt/QtKeyCodes.cpp b/pcsx2-qt/QtKeyCodes.cpp index 1730970218..e8c0173fdd 100644 --- a/pcsx2-qt/QtKeyCodes.cpp +++ b/pcsx2-qt/QtKeyCodes.cpp @@ -182,7 +182,7 @@ static constexpr const KeyCodeName s_qt_key_names[] = { {Qt::Key_twosuperior, "twosuperior", nullptr}, {Qt::Key_threesuperior, "threesuperior", nullptr}, {Qt::Key_acute, "acute", nullptr}, - {Qt::Key_mu, "mu", nullptr}, + {Qt::Key_micro, "micro", nullptr}, {Qt::Key_paragraph, "paragraph", nullptr}, {Qt::Key_periodcentered, "periodcentered", nullptr}, {Qt::Key_cedilla, "cedilla", nullptr},