From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: Re: [PATCH 2/2] Virtual frame buffer: user space backend Date: Fri, 04 Aug 2006 09:57:18 +0200 Message-ID: <873bcdj5lt.fsf@pike.pond.sub.org> References: <87ac80ghox.fsf@pike.pond.sub.org> <871wtcghmr.fsf@pike.pond.sub.org> <87lkr53msl.fsf@pike.pond.sub.org> <44CA338A.8010302@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <44CA338A.8010302@bull.net> (Laurent Vivier's message of "Fri, 28 Jul 2006 17:55:54 +0200") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Laurent Vivier Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Laurent Vivier writes: > Hi, > > sdlfb has some problems to correctly identify keys on my french keyboard. > > A use of SDL scancode instead of SDL symbol id corrects this problem. > > I propose following modification: [...] I'm still too ignorant of SDL to judge whether this is the right thing to do. Advice, anybody?