This commit is contained in:
Serge
2024-01-21 15:35:56 +01:00
parent a3fd1a2703
commit 3fbd833e21
5 changed files with 29 additions and 18 deletions

View File

@@ -88,6 +88,7 @@ namespace GHelper.Ally
public const string BindBrightnessDown = "04-04-8C-88-8A-05";
public const string BindBrightnessUp = "04-04-8C-88-8A-06";
public const string BindXGM = "04-04-8C-88-8A-04";
public const string BindOverlay = "04-03-8C-88-44";
@@ -152,6 +153,8 @@ namespace GHelper.Ally
{ BindCloseWindow, "Close Window" },
{ BindShiftTab, "Shift-Tab" },
{ BindAltTab, "Alt-Tab" },
{ BindXGM, "XGM Toggle" },
{ BindEsc, "Esc" },
{ BindBack, "Backspace" },