Comment 3 for bug 258389

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: Keyboard acting strangely on Intrepid hosts

Marking "confirmed" against KVM. This bug is still present.

Note that you can work around this with:
 * kvm -k en-us .....

(Or whatever keyboard layout is appropriate for your locale).

Personally, I have aliased "kvm" to "kvm -k en-us" with:
 * echo "alias kvm='kvm -k en-us'" >> ~/.bashrc

:-Dustin