From 226045cb8ecb68f2ed5ccd4ed56f7d7246c948a3 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 31 Jul 2020 22:36:21 -0500 Subject: [PATCH] Update key names on SteelSeries Apex controller --- .../RGBController_SteelSeriesApex.cpp | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/RGBController/RGBController_SteelSeriesApex.cpp b/RGBController/RGBController_SteelSeriesApex.cpp index ef3c3884..ecdff304 100644 --- a/RGBController/RGBController_SteelSeriesApex.cpp +++ b/RGBController/RGBController_SteelSeriesApex.cpp @@ -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)