From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNH37-0007Y3-S5 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 03:29:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNH31-0000jW-O0 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 03:29:01 -0500 Message-ID: <1424075329.3722.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 16 Feb 2015 09:28:49 +0100 In-Reply-To: <1424059258-11024-3-git-send-email-arei.gonglei@huawei.com> References: <1424059258-11024-1-git-send-email-arei.gonglei@huawei.com> <1424059258-11024-3-git-send-email-arei.gonglei@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: arei.gonglei@huawei.com Cc: qemu-trivial@nongnu.org, Wang Xin , mjt@tls.msk.ru, qemu-devel@nongnu.org, peter.huangpeng@huawei.com > 'numerosign' is the numbersign key of Russian keyboard layout, we > get this key with press 'shift + 3'. It's missing in current > Russian keymap file, this patch fix it. > quotedbl 0x03 shift altgr > numbersign 0x04 shift Looks like this line should be removed. > +numerosign 0x04 shift > dollar 0x05 shift cheers, Gerd