From 400a078a05a039618fd4b76ddad85c66062550a3 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 23 Jul 2020 10:46:45 -0500 Subject: [PATCH] Fix media key names --- RGBController/RGBController_CorsairPeripheral.cpp | 10 +++++----- RGBController/RGBController_HyperXKeyboard.cpp | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/RGBController/RGBController_CorsairPeripheral.cpp b/RGBController/RGBController_CorsairPeripheral.cpp index ea26a156..1dd34713 100644 --- a/RGBController/RGBController_CorsairPeripheral.cpp +++ b/RGBController/RGBController_CorsairPeripheral.cpp @@ -53,7 +53,7 @@ static const char* led_names[] = "Key: A", //15 "Key: Left Windows", //17 "Key: Print Screen", //18 - "Media Mute", //20 + "Key: Media Mute", //20 "Key: Number Pad 8", //21 "Key: F2", //24 "Key: 2", //25 @@ -63,7 +63,7 @@ static const char* led_names[] = "Key: Left Alt", //29 "Key: Scroll Lock", //30 "Key: Backspace", //31 - "Media Stop", //32 + "Key: Media Stop", //32 "Key: Number Pad 9", //33 "Key: F3", //36 "Key: 3", //37 @@ -72,7 +72,7 @@ static const char* led_names[] = "Key: X", //40 "Key: Pause/Break", //42 "Key: Delete", //43 - "Media Previous", //44 + "Key: Media Previous", //44 "Key: F4", //48 "Key: 4", //49 "Key: R", //50 @@ -81,7 +81,7 @@ static const char* led_names[] = "Key: Space", //53 "Key: Insert", //54 "Key: End", //55 - "Media Play/Pause", //56 + "Key: Media Play/Pause",//56 "Key: Number Pad 4", //57 "Key: F5", //60 "Key: 5", //61 @@ -90,7 +90,7 @@ static const char* led_names[] = "Key: V", //64 "Key: Home", //66 "Key: Page Down", //67 - "Media Next", //68 + "Key: Media Next", //68 "Key: Number Pad 5", //69 "Key: F6", //72 "Key: 6", //73 diff --git a/RGBController/RGBController_HyperXKeyboard.cpp b/RGBController/RGBController_HyperXKeyboard.cpp index 9d19639f..2a16402a 100644 --- a/RGBController/RGBController_HyperXKeyboard.cpp +++ b/RGBController/RGBController_HyperXKeyboard.cpp @@ -193,10 +193,10 @@ static const char *led_names[] = "RGB Strip 16", "RGB Strip 17", "RGB Strip 18", - "Media Previous", - "Media Play/Pause", - "Media Next", - "Media Mute" + "Key: Media Previous", + "Key: Media Play/Pause", + "Key: Media Next", + "Key: Media Mute" }; RGBController_HyperXKeyboard::RGBController_HyperXKeyboard(HyperXKeyboardController* hyperx_ptr)