mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-06-07 21:44:40 -04:00
fix bug with keyboard layout where HOME, END, PGUP, and PGDN keys were in the wrong position
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user