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 6ea3cdb8b7
commit 724fce7051

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