From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54636 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5kya-0007Bj-D0 for qemu-devel@nongnu.org; Fri, 01 Apr 2011 16:29:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5kyZ-00073D-Fa for qemu-devel@nongnu.org; Fri, 01 Apr 2011 16:29:48 -0400 Received: from hall.aurel32.net ([88.191.126.93]:56148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5kyZ-000734-B0 for qemu-devel@nongnu.org; Fri, 01 Apr 2011 16:29:47 -0400 Date: Fri, 1 Apr 2011 22:29:45 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] vnc: added missing name->keysym pairs for Polish national characters Message-ID: <20110401202945.GD31037@volta.aurel32.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leszek Grzegorek Cc: qemu-devel@nongnu.org On Mon, Mar 14, 2011 at 10:30:08AM +0100, Leszek Grzegorek wrote: > Hi, > > There are no { name, keysym } values in name2keysym[] array for Polish > national characters so "-k pl" option has no effect. > > Regards, > Leszek > > > Signed-off-by: Leszek Grzegorek > --- Thanks, applied. > diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h > index 55cb87e..df33cfe 100644 > --- a/ui/vnc_keysym.h > +++ b/ui/vnc_keysym.h > @@ -202,6 +202,24 @@ static const name2keysym_t name2keysym[]={ > { "ydiaeresis", 0x0ff}, > {"EuroSign", 0x20ac}, /* XK_EuroSign */ > > +/* latin 2 - Polish national characters */ > +{ "eogonek", 0x1ea}, > +{ "Eogonek", 0x1ca}, > +{ "aogonek", 0x1b1}, > +{ "Aogonek", 0x1a1}, > +{ "sacute", 0x1b6}, > +{ "Sacute", 0x1a6}, > +{ "lstroke", 0x1b3}, > +{ "Lstroke", 0x1a3}, > +{ "zabovedot", 0x1bf}, > +{ "Zabovedot", 0x1af}, > +{ "zacute", 0x1bc}, > +{ "Zacute", 0x1ac}, > +{ "cacute", 0x1e6}, > +{ "Cacute", 0x1c6}, > +{ "nacute", 0x1f1}, > +{ "Nacute", 0x1d1}, > + > /* modifiers */ > {"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */ > {"Control_L", 0xffe3}, /* XK_Control_L */ > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net