Explorar o código

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

Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"
Rémi Verschelde %!s(int64=3) %!d(string=hai) anos
pai
achega
46472ea78e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      core/os/keyboard.cpp

+ 2 - 2
core/os/keyboard.cpp

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