From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoCtM-0004HE-IA for qemu-devel@nongnu.org; Mon, 19 Oct 2015 12:02:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoCtJ-0001NP-Dd for qemu-devel@nongnu.org; Mon, 19 Oct 2015 12:02:32 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:59912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoCtJ-0001KV-7n for qemu-devel@nongnu.org; Mon, 19 Oct 2015 12:02:29 -0400 References: <93583221.343538.1429719643960.JavaMail.open-xchange@oxbaltgw00.schlund.de> <1429774344.26641.15.camel@nilsson.home.kraxel.org> <553CD61D.3070708@rdsoftware.de> <659286966.5532.1430132033216.JavaMail.open-xchange@oxbaltgw03.schlund.de> <1430133212.22166.20.camel@nilsson.home.kraxel.org> From: Erik Rull Message-ID: <56251412.7080504@rdsoftware.de> Date: Mon, 19 Oct 2015 18:02:26 +0200 MIME-Version: 1.0 In-Reply-To: <1430133212.22166.20.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Trouble with numlock and SDL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "qemu-devel@nongnu.org" Hi Gerd, any ideas if there was an update or patch on this point? I tried to check the commits since April but didn't find something that may fit... Best regards, Erik Gerd Hoffmann wrote: > On Mo, 2015-04-27 at 12:53 +0200, Erik Rull wrote: >> Hi Gerd, >> >> well - it works "partly". When having the login screen to Windows, the numlock >> key works as expected e.g. in the input field of the user name. >> But after the login to Windows and opening Notepad, it's reversed again! :-( >> >> Any ideas how to proceed? > >>>> Yep. vnc has some special logic to sync guest/host numlock state (also >>>> for capslock). Maybe we should factor that out into reusable helper >>>> functions. > > This ;) > > cheers, > Gerd