From d3fe20505d8f0971d6312082c9f359b9769a7435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vuchener?= Date: Sun, 2 Dec 2018 11:02:06 +0100 Subject: [PATCH] Rename ModeSwitch to GShift Logitech uses "Mode Switch" for something else (powersaving modes), this action is G-Shift (alternate button mode). --- src/libhidpp/hidpp20/ProfileFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libhidpp/hidpp20/ProfileFormat.cpp b/src/libhidpp/hidpp20/ProfileFormat.cpp index 35832d3..7252dbd 100644 --- a/src/libhidpp/hidpp20/ProfileFormat.cpp +++ b/src/libhidpp/hidpp20/ProfileFormat.cpp @@ -409,7 +409,7 @@ const EnumDesc ProfileFormat::SpecialActions = { { "ProfileNext", 8 }, { "ProfilePrev", 9 }, { "ProfileCycle", 10 }, - { "ModeSwitch", 11 }, + { "GShift", 11 }, { "BatteryLevel", 12 }, };