How can I get Windows keys in qemu? Such as the Start Menu key or the Right-Click-Menu key?
• A: qemu doesn’t support this by default. Note that you can use Ctrl-Esc for the Start Menu instead, and you can use “sendkey menu” in the monitor to get the Right-Click Menu button. If you can not live without these keys, you can try this patch. A patch that will allow you to send the Start Menu key via the sendkey command in the monitor is here. The key is called “windows”, so you invoke it as “sendkey windows”.
qemu doesn’t support this by default. Note that you can use Ctrl-Esc for the Start Menu instead, and you can use “sendkey menu” in the monitor to get the Right-Click Menu button. If you can not live without these keys, you can try this patch. A patch that will allow you to send the Start Menu key via the sendkey command in the monitor is here. The key is called “windows”, so you invoke it as “sendkey windows”.