Can't send a single key function to remote desktop
问题 After a really deep drill down the web, this is my code which unfortunately doesnt send the keys as upper case :/ MapVirtualKey Implementation: const uint MAPVK_VK_TO_VSC = 0x00; const uint MAPVK_VSC_TO_VK = 0x01; const uint MAPVK_VK_TO_CHAR = 0x02; const uint MAPVK_VSC_TO_VK_EX = 0x03; const uint MAPVK_VK_TO_VSC_EX = 0x04; [DllImport("user32.dll")] public static extern int MapVirtualKey(uint uCode, uint uMapType); SendInput Implementation: struct INPUT { public UInt32 Type; public