Added possible fix for bios unsetting ppts after wake up

This commit is contained in:
seerge
2023-03-09 16:03:39 +01:00
parent c5a32cc9d5
commit 306697f026
3 changed files with 79 additions and 10 deletions

View File

@@ -310,6 +310,7 @@ namespace Tools
public class NativeMethods
{
public const int KEYEVENTF_EXTENDEDKEY = 1;
public const int KEYEVENTF_KEYUP = 2;