fix bug with keyboard layout where HOME, END, PGUP, and PGDN keys were in the wrong position

This commit is contained in:
mike
2021-06-16 11:40:58 +09:00
committed by Adam Honse
parent 1f80b29ac8
commit 5423fbdcfb

View File

@@ -108,8 +108,8 @@ static const char *led_names[] =
"Key: =",
"Key: Backspace",
"Key: Insert",
"Key: Page Up",
"Key: Home",
"Key: Page Up",
"Key: I",
@@ -119,8 +119,8 @@ static const char *led_names[] =
"Key: ]",
"Key: \\ (ANSI)",
"Key: Delete",
"Key: Page Down",
"Key: End",
"Key: Page Down",
"Key: K",