From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VG9R6-0002qH-Rh for mharc-qemu-trivial@gnu.org; Sun, 01 Sep 2013 11:19:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9R0-0002hC-Oo for qemu-trivial@nongnu.org; Sun, 01 Sep 2013 11:19:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG9Qv-0005wo-Sj for qemu-trivial@nongnu.org; Sun, 01 Sep 2013 11:19:26 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:57935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9Ql-0005ur-8v; Sun, 01 Sep 2013 11:19:11 -0400 Received: from gandalf.local (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 4E987400BA; Sun, 1 Sep 2013 19:19:10 +0400 (MSK) Message-ID: <52235AEE.10103@msgid.tls.msk.ru> Date: Sun, 01 Sep 2013 19:19:10 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8 MIME-Version: 1.0 To: Jan Krupa References: <1377616488-16491-1-git-send-email-JKrupa@suse.com> <1377616488-16491-2-git-send-email-JKrupa@suse.com> <1377616488-16491-3-git-send-email-JKrupa@suse.com> In-Reply-To: <1377616488-16491-3-git-send-email-JKrupa@suse.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, anthony@codemonkey.ws Subject: Re: [Qemu-trivial] [PATCH 2/3] qemu-char: add Czech keymap file X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:19:31 -0000 27.08.2013 19:14, Jan Krupa wrote: > This patch adds Czech keyboard layout to available keymap files. > > Signed-off-by: Jan Krupa > --- > pc-bios/keymaps/cz | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 94 insertions(+), 0 deletions(-) > create mode 100644 pc-bios/keymaps/cz This file is useles without a corresponding change to Makefile (search for KEYMAPS= there). Please add it there as well (either in a separate patch or include it into this one). Speaking of the keymap itself, and of the chars added in patch1, I for one can't verify these, so I take it as granted. After all, this appears to be first attempt to implement cz keymap in all these years... Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9Qr-0002cG-0J for qemu-devel@nongnu.org; Sun, 01 Sep 2013 11:19:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG9Ql-0005uw-Ga for qemu-devel@nongnu.org; Sun, 01 Sep 2013 11:19:16 -0400 Message-ID: <52235AEE.10103@msgid.tls.msk.ru> Date: Sun, 01 Sep 2013 19:19:10 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1377616488-16491-1-git-send-email-JKrupa@suse.com> <1377616488-16491-2-git-send-email-JKrupa@suse.com> <1377616488-16491-3-git-send-email-JKrupa@suse.com> In-Reply-To: <1377616488-16491-3-git-send-email-JKrupa@suse.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 2/3] qemu-char: add Czech keymap file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Krupa Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, anthony@codemonkey.ws 27.08.2013 19:14, Jan Krupa wrote: > This patch adds Czech keyboard layout to available keymap files. > > Signed-off-by: Jan Krupa > --- > pc-bios/keymaps/cz | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 94 insertions(+), 0 deletions(-) > create mode 100644 pc-bios/keymaps/cz This file is useles without a corresponding change to Makefile (search for KEYMAPS= there). Please add it there as well (either in a separate patch or include it into this one). Speaking of the keymap itself, and of the chars added in patch1, I for one can't verify these, so I take it as granted. After all, this appears to be first attempt to implement cz keymap in all these years... Thanks, /mjt