Added brightness control to M-hotkeys

This commit is contained in:
Serge
2023-06-07 16:34:40 +02:00
parent 838dc039ac
commit b13306b989
5 changed files with 42 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ namespace GHelper
{"screen", Properties.Strings.ToggleScreen},
{"miniled", Properties.Strings.ToggleMiniled},
{"fnlock", Properties.Strings.ToggleFnLock},
{"brightness_down", Properties.Strings.BrightnessDown},
{"brightness_up", Properties.Strings.BrightnessUp},
{"custom", Properties.Strings.Custom}
};