Added M1/M2 keys and keyboard init

This commit is contained in:
Serge
2023-05-21 19:01:43 +02:00
parent e0346a8af8
commit 1e0169a71d
7 changed files with 253 additions and 89 deletions

View File

@@ -1068,6 +1068,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Volume Down.
/// </summary>
internal static string VolumeDown {
get {
return ResourceManager.GetString("VolumeDown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Volume Mute.
/// </summary>
@@ -1077,6 +1086,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Volume Up.
/// </summary>
internal static string VolumeUp {
get {
return ResourceManager.GetString("VolumeUp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Keep app window always on top.
/// </summary>