From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts Date: Sun, 29 Mar 2020 19:53:48 +0200 Message-ID: <878sjjt5cj.fsf@gmail.com> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53914) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIc8J-0003ef-UE for bug-guix@gnu.org; Sun, 29 Mar 2020 13:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIc8I-0007eg-TD for bug-guix@gnu.org; Sun, 29 Mar 2020 13:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIc8I-0007eX-Qb for bug-guix@gnu.org; Sun, 29 Mar 2020 13:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIc8I-0002si-QB for bug-guix@gnu.org; Sun, 29 Mar 2020 13:54:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> 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: 40273@debbugs.gnu.org Hey, > 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. Defining such a combination could be an option too. I tried to implement the mechanism I proposed, but had multiple problems: * Shepherd is using /dev/console as an output and some messages are polluting the help line displayed at the bottom of the screen. I'm not sure how to solve it. Shepherd could poll /dev/log so that once syslog is available it stops using /dev/console. * Guile-newt functions "newt-set-help-callback" and "add-component-callback" seem to be tripping over each other and I'm having a hard time trying to understand why. Regardless of this keyboard layout issue, having a help menu for the installer could be useful to display the shortcuts for instance. Thanks, Mathieu