ScreenPad brightness control

This commit is contained in:
Serge
2023-07-16 14:48:21 +02:00
parent f419cb8eed
commit e593fa3a76
5 changed files with 54 additions and 0 deletions

View File

@@ -116,6 +116,12 @@ namespace GHelper
Text = Properties.Strings.ExtraSettings;
if (AppConfig.ContainsModel("Duo"))
{
customActions.Add("screenpad_down", Properties.Strings.ScreenPadDown);
customActions.Add("screenpad_up", Properties.Strings.ScreenPadUp);
}
InitTheme();
SetKeyCombo(comboM1, textM1, "m1");