Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"

This commit is contained in:
Hugo Locurcio 2022-03-18 01:59:53 +01:00
parent 756178d342
commit 03841bd8da
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

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