What is this magical Keyboard Viewer?
Something run in the virtual machine, assuming the virtual machine is in a GUI?
Something you have in your host OS?
Something you have in your browser?
Yesterday I had to send ctrl-alt-del to the poor virtual machine since I couldn't break the ping command.
Today, it seems to be time for the same treatment - can't ssh in and kill the process until I have correctly configured the network inside the vm.
The screen keyboard in Windows does not manage to send in any Ctrl-C.
And another interesting thing is that my virtual machine is running with swedish keyboard. But I get totally garbled keyboard if my PC runs with Swedish keyboard. To get correct keys, I have to switch to US keyboard - then VMwares "magic" will remap the key codes so a key with a swedish character will have my Windows machine produce a "US key" that will then be remapped into a Swedish character inside the virtual machine. While if I connect to a virtual machine using ssh, I can keep the local keyboard language setting the same as in the virtual machine. All very logical. Seems like VMware is not picking up key codes from Windows but instead picking up pre-converted characters. Then guessing - without knowing language what key code that just _might_ have been. And then feeding that into the virtual machine. And that conversion chain just does not care about control characters.