Hello, I just built a fresh image of Chromium OS to run under QEMU. I'm having problems with the keyboard mapping symbols. Specifically, the number keys on my HP Envy x360 will not "shift" to the corresponding symbols. This is a problem as login to Chromium OS requires an email address and I can't type the "@" symbol. I have no trouble typing a "@" in the QEMU monitor.
I found a workaround by using the 'sendkey' command in the QEMU monitor. "sendkey shift-2" produces a "@" properly. However, I'm looking for a better solution as I may have to use other symbols for which there is no sendkey solution. I found the following post <http://michael.orlitzky.com/articles/fixing_kvm_%28qemu%29_keymaps.xhtml> which discusses keyboard mapping solutions with an "expert" and humorous tone that I have trouble parsing as I am not an expert with Linux or QEMU. Can anyone point me to a better summary, or fill in the blanks for this post? Thanks