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
commit 46472ea78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"},