mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-14 10:57:35 -04:00
Update key names on SteelSeries Apex controller
This commit is contained in:
@@ -105,10 +105,10 @@ static const char *led_names[] =
|
||||
"Key: =",
|
||||
"Key: [",
|
||||
"Key: ]",
|
||||
"Key: Non-US #/~",
|
||||
"Key: #",
|
||||
"Key: ;",
|
||||
"Key: '",
|
||||
"Key: Grave Accent/Tilde",
|
||||
"Key: `",
|
||||
"Key: ,",
|
||||
"Key: .",
|
||||
"Key: /",
|
||||
@@ -155,16 +155,16 @@ static const char *led_names[] =
|
||||
"Key: Number Pad 9",
|
||||
"Key: Number Pad 0",
|
||||
"Key: Number Pad .",
|
||||
"Key: Non-US \\ and |",
|
||||
"Key: \\ (ISO)",
|
||||
"Key: Left Control",
|
||||
"Key: Left Shift",
|
||||
"Key: Left Alt",
|
||||
"Key: Left Super",
|
||||
"Key: Left Windows",
|
||||
"Key: Right Control",
|
||||
"Key: Right Shift",
|
||||
"Key: Right Alt",
|
||||
"Key: Right Super",
|
||||
"Key: FN",
|
||||
"Key: Right Windows",
|
||||
"Key: Right Fn",
|
||||
};
|
||||
|
||||
static const char *led_names_tkl[] =
|
||||
@@ -214,10 +214,10 @@ static const char *led_names_tkl[] =
|
||||
"Key: =",
|
||||
"Key: [",
|
||||
"Key: ]",
|
||||
"Key: Non-US #/~",
|
||||
"Key: #",
|
||||
"Key: ;",
|
||||
"Key: '",
|
||||
"Key: Grave Accent/Tilde",
|
||||
"Key: `",
|
||||
"Key: ,",
|
||||
"Key: .",
|
||||
"Key: /",
|
||||
@@ -247,16 +247,16 @@ static const char *led_names_tkl[] =
|
||||
"Key: Left Arrow",
|
||||
"Key: Down Arrow",
|
||||
"Key: Up Arrow",
|
||||
"Key: Non-US \\ and |",
|
||||
"Key: \\ (ISO)",
|
||||
"Key: Left Control",
|
||||
"Key: Left Shift",
|
||||
"Key: Left Alt",
|
||||
"Key: Left Super",
|
||||
"Key: Left Windows",
|
||||
"Key: Right Control",
|
||||
"Key: Right Shift",
|
||||
"Key: Right Alt",
|
||||
"Key: Right Super",
|
||||
"Key: FN",
|
||||
"Key: Right Windows",
|
||||
"Key: Right Fn",
|
||||
};
|
||||
|
||||
RGBController_SteelSeriesApex::RGBController_SteelSeriesApex(SteelSeriesApexController* steelseries_ptr)
|
||||
|
||||
Reference in New Issue
Block a user