I'm using the xdotool to automate the CLI installation of distros in a VM window (qemu).
Everything works well, except the fact that the character ":" is typed as "Q".
This is a problem mostly because when I have to type an url, like this "https://..." is typed like this "httpsQ//..." and therefore I have to fix it manually.
Some observations:
It works as expected outside the VM window.
I didn't found any other problem inside the VM window.
Even if I don't use the type command (xdotool type ":") and I use other tricks like keeping the Shift key pressed and then clicking the button via the xdotool, the problem persist.
Typing manually via Keyboard in the VM window, works as expected.
I'm using the xdotool to automate the CLI installation of distros in a VM window (qemu). Everything works well, except the fact that the character ":" is typed as "Q". This is a problem mostly because when I have to type an url, like this
"https://..."
is typed like this"httpsQ//..."
and therefore I have to fix it manually.Some observations: