From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#40493: installer: Provide a way to select multiple keyboard layouts Date: Thu, 09 Apr 2020 09:25:58 +0200 Message-ID: <87tv1t15o9.fsf@gmail.com> References: <87369fmd8d.fsf@gmail.com> <20200407175002.uzjqzm7fdgxftrrn@pelzflorian.localdomain> <87wo6r6ngn.fsf@gnu.org> <20200408095812.v3kuwakueh44g6mp@pelzflorian.localdomain> <87k12q5cyt.fsf@gnu.org> <20200409041411.yhi2qpkybn5grsaj@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42379) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMRaZ-0007kO-0j for bug-guix@gnu.org; Thu, 09 Apr 2020 03:27:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMRaY-0008CW-52 for bug-guix@gnu.org; Thu, 09 Apr 2020 03:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41628) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMRaY-0008CQ-1d for bug-guix@gnu.org; Thu, 09 Apr 2020 03:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMRaX-0002TJ-Tn for bug-guix@gnu.org; Thu, 09 Apr 2020 03:27:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200409041411.yhi2qpkybn5grsaj@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Thu, 9 Apr 2020 06:14:11 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 40493-done@debbugs.gnu.org Hello Florian, > I added some more heuristics on whether a layout is Latin or not and > after much testing pushed as 91c231a2223440081426929828a23c7baa0214fd. > There are still few false positives like non-Kana Japanese layouts > that are Latin but toggle to U.S. They can be fixed later. Nice! Thanks for taking care of this :) In the future it would be nice to be able to extract %non-latin-layout by parsing the base file in xkeyboard-config, rather than by maintaining this list, but that's a minor point, and I guess new keyboard layouts are not coming out every day :p Mathieu