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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: