From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymgyq-0006Pd-Dz for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:13:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymgym-0006wr-7T for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:13:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymgym-0006wi-2Z for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:13:36 -0400 Message-ID: <1430133212.22166.20.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 27 Apr 2015 13:13:32 +0200 In-Reply-To: <659286966.5532.1430132033216.JavaMail.open-xchange@oxbaltgw03.schlund.de> 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> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Erik Rull Cc: "qemu-devel@nongnu.org" 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