Merge pull request #59257 from Calinou/key-name-backspace

Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"
This commit is contained in:
Rémi Verschelde
2022-03-18 19:23:21 +01:00
committed by GitHub

View File

@ -41,8 +41,8 @@ static const _KeyCodeText _keycodes[] = {
/* clang-format off */
{Key::ESCAPE ,"Escape"},
{Key::TAB ,"Tab"},
{Key::BACKTAB ,"BackTab"},
{Key::BACKSPACE ,"BackSpace"},
{Key::BACKTAB ,"Backtab"},
{Key::BACKSPACE ,"Backspace"},
{Key::ENTER ,"Enter"},
{Key::KP_ENTER ,"Kp Enter"},
{Key::INSERT ,"Insert"},