USB: Fix period key not working

This commit is contained in:
TheLastRar 2024-07-06 21:37:05 +01:00 committed by lightningterror
parent a52f823500
commit 30b6641025
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ namespace usb_hid
{Q_KEY_CODE_CUT, "Cut"},
{Q_KEY_CODE_D, "D"},
{Q_KEY_CODE_DELETE, "Delete"},
{Q_KEY_CODE_DOT, "Dot"},
{Q_KEY_CODE_DOT, "Period"},
{Q_KEY_CODE_DOWN, "Down"},
{Q_KEY_CODE_E, "E"},
{Q_KEY_CODE_END, "End"},