From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVBzW-0004ig-74 for qemu-devel@nongnu.org; Wed, 12 Jul 2017 03:23:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVBzT-0007iF-4r for qemu-devel@nongnu.org; Wed, 12 Jul 2017 03:23:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44798) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVBzS-0007hl-Um for qemu-devel@nongnu.org; Wed, 12 Jul 2017 03:23:19 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BF9C680C0F for ; Wed, 12 Jul 2017 07:23:17 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 12 Jul 2017 09:23:05 +0200 Message-Id: <20170712072305.29233-1-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH] keymaps: fr-ca: add missing keys List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- pc-bios/keymaps/fr-ca | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca index b645208e42..030f56a78e 100644 --- a/pc-bios/keymaps/fr-ca +++ b/pc-bios/keymaps/fr-ca @@ -48,3 +48,5 @@ parenleft 0xa shift parenright 0xb shift underscore 0xc shift plus 0xd shift +minus 0xc +equal 0xd -- 2.9.3