From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpMxR-00063C-8H for qemu-devel@nongnu.org; Mon, 04 Jul 2005 05:09:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpMpe-0005S8-Ll for qemu-devel@nongnu.org; Mon, 04 Jul 2005 05:01:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpMns-0005ML-KH for qemu-devel@nongnu.org; Mon, 04 Jul 2005 04:59:50 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DpMrr-0000RN-4m for qemu-devel@nongnu.org; Mon, 04 Jul 2005 05:03:55 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DpMlh-0004Gg-Dk for qemu-devel@nongnu.org; Mon, 04 Jul 2005 10:57:33 +0200 Received: from 193.5.60.126 ([193.5.60.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2005 10:57:33 +0200 Received: from cwalther by 193.5.60.126 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2005 10:57:33 +0200 From: Christian Walther Date: Mon, 04 Jul 2005 10:56:45 +0200 Message-ID: References: <23bcb87005063014284513c1d0@mail.gmail.com> <23bcb87005070322535a8cacac@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <23bcb87005070322535a8cacac@mail.gmail.com> Sender: news Subject: [Qemu-devel] Re: Qemu Windows Host & Client Feedback Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Doctor Bill wrote: > Even with the snapshot version, the same mapping problem occurs sometimes. > Usually, it is after a soft reboot. For example, if I restart from > Windows 98 se to > DOS and then back to Windows 98 se then I get the key mapping where keys > act as hot keys regardless of focus. However, I have experienced a few times > when the keyboard started off in that mode. The general workaround seems to > be to do a shutdown of the virtual machine and then restart QEMU. Could this be a case of stuck modifier keys? Qemu's notion of which modifier keys are pressed can sometimes get out of sync with the real state of the keys. E.g. when you press the alt key to alt-tab away from qemu, it still thinks that the alt key is pressed afterwards, because it didn't receive the key-up event, not having focus at that point. This can be corrected by pressing and releasing the stuck modifier key after you switch back to Qemu. -Christian