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

@@ -339,6 +339,24 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Brightness Down.
/// </summary>
internal static string BrightnessDown {
get {
return ResourceManager.GetString("BrightnessDown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Brightness Up.
/// </summary>
internal static string BrightnessUp {
get {
return ResourceManager.GetString("BrightnessUp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Color.
/// </summary>