There's a requirement to send foreign language strings (Japanese, Russian, etc.) to the VM
We tried 2 approached using 2 input APIs
- We tried sending foreign language strings using `sendInputString()` API but no luck there, only English language strings are working
- We tried sending foreign character codes directly using `sendKeyCodes()` API but only English character codes are being sent across
We're using `webmks.min.js` minified
We would appreciate any help that can come our way
