qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] CNTRL-key sticks in latest CVS


From: Johannes Martin
Subject: Re: [Qemu-devel] CNTRL-key sticks in latest CVS
Date: Fri, 23 Jul 2004 00:23:39 +0200 (CEST)

Hi,

On Thu, 22 Jul 2004, David E. Still wrote:
> The problem I'm running into is that on a Windows 98 guest OS when I
> CTRL-SHIFT to exit grab, and then click back in to enter grab, the
> CTRL-key gets... stuck.  Every character I type is a Control character.
>   This happens on both Mac OS X and Mandrake 10.0 Official.  I can get
> out of it by pressing CTRL-ESC, so it's not a showstopper by any means,
> just a minor annoyance. :)  I haven't tested any other OSes.

The following patch should fix this problem:

*** sdl.c       14 Jul 2004 17:22:33 -0000      1.16
--- sdl.c       22 Jul 2004 22:16:04 -0000
***************
*** 491,497 ****
                                  sdl_grab_start();
                              else
                                  sdl_grab_end();
-                             break;
                          }
                          gui_key_modifier_pressed = 0;
                          gui_keysym = 0;




--------

         Johannes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]