You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you say if that solves any problem with RAutomation? I can imagine that it might create a problem where RAutomation might stop working on older Windows versions due to this change.
I note from https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-keybd_event that the
keybd_event
function, which is used to implementsend_key
functionality, has been superseded bySendInput
.I have monkey patched the Win32::Windows class to test, and the change appears straight forward:
Is this of any use to you?
The text was updated successfully, but these errors were encountered: