From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNIku-0005js-1K for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:18:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNIkp-0003GP-2p for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:18:19 -0500 Message-ID: <1424081886.3722.9.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 16 Feb 2015 11:18:06 +0100 In-Reply-To: <54E1AFF2.2070706@huawei.com> References: <1424059258-11024-1-git-send-email-arei.gonglei@huawei.com> <1424059258-11024-3-git-send-email-arei.gonglei@huawei.com> <1424075329.3722.0.camel@nilsson.home.kraxel.org> <54E1AB64.3070303@msgid.tls.msk.ru> <54E1AFF2.2070706@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to Russian keymap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gonglei Cc: qemu-trivial@nongnu.org, Wang Xin , Michael Tokarev , qemu-devel@nongnu.org, peter.huangpeng@huawei.com Hi, > Both "numbersign" and "numerosign" needed. Although they have the same > keymap characters, their keysym in vnc_keysym.h are different: > > static const name2keysym_t name2keysym[]={ > ... > { "numbersign", 0x023}, > ... > +{"numerosign", 0x06b0}, /* U+2116 NUMERO SIGN */ Not questioning that for the vnc keysym table. But the russian keymap needs numerosign only, right? Or does a russian keyboard have *both*? cheers, Gerd