SendKeys : System.ComponentModel.Win32Exception
unitycoder opened this issue · 1 comments
unitycoder commented
child stdout:
Unhandled exception.
child stdout:
System.ComponentModel.Win32Exception (0x80004005): The operation completed successfully.
at System.Windows.Forms.SendKeys.SendInput(ReadOnlySpan`1 oldKeyboardState, SKEvent[] previousEvents)
at System.Windows.Forms.SendKeys.Send(String keys, Control control, Boolean wait)
one other issue with sendkeys is that, if the console itself is not active/focused, it sends Sendkey into current active window!
unitycoder commented
probably fixed in 1785509
(removed sendkey usage)