Open ls5302 opened 2 years ago
Hello! Thanks for the information.
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?