I want to emulate hotkey's click from my application. There are 2 problems. 1) if i changed Windows system language (on Russian for example) hotKeys doesn't work at all. 2) To solve 1) problem i use SendInput function (https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-sendinput...