Skip to content

Commit

Permalink
Rename ModeSwitch to GShift
Browse files Browse the repository at this point in the history
Logitech uses "Mode Switch" for something else (powersaving modes), this
action is G-Shift (alternate button mode).
  • Loading branch information
cvuchener committed Dec 2, 2018
1 parent bafd6a6 commit d3fe205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libhidpp/hidpp20/ProfileFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const EnumDesc ProfileFormat::SpecialActions = {
{ "ProfileNext", 8 },
{ "ProfilePrev", 9 },
{ "ProfileCycle", 10 },
{ "ModeSwitch", 11 },
{ "GShift", 11 },
{ "BatteryLevel", 12 },
};

Expand Down

0 comments on commit d3fe205

Please sign in to comment.