fix bug with keyboard layout where HOME, END, PGUP, and PGDN keys were in the wrong position
This commit is contained in:
parent
6ea3cdb8b7
commit
724fce7051
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue