From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts Date: Sun, 29 Mar 2020 19:16:09 +0200 Message-ID: <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50327) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIbYU-0002DS-Qv for bug-guix@gnu.org; Sun, 29 Mar 2020 13:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIbYT-0008Uh-Pj for bug-guix@gnu.org; Sun, 29 Mar 2020 13:17:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIbYT-0008U2-Lt for bug-guix@gnu.org; Sun, 29 Mar 2020 13:17:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIbYT-0007ra-IU for bug-guix@gnu.org; Sun, 29 Mar 2020 13:17:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <875zenyzh0.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40273@debbugs.gnu.org On Sun, Mar 29, 2020 at 05:04:11PM +0200, Ludovic Courtès wrote: > How do other distros handle it? Is there a hot key to switch back to a > Latin layout? If so, which one? I test the Newt-based Debian 10 installer via QEMU. When I select English language with Arabic keymap, I can choose a key combination for switching the layout, Alt+Shift by default. But I cannot choose between AZERTY and QWERTY, I always get QWERTY. Searching the Web for the displayed string for choosing the layout reveals it is part of console-setup and contained in $(guix build -S console-setup)/debian/keyboard-configuration.templates I find command suggestions like ckbcomp -layout cs,cs -variant latin, -option grp:rwin_toggle,lv3:ralt_switch,grp_led:scroll as given in . Regards, Florian