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: Mon, 30 Mar 2020 12:44:49 +0200 Message-ID: <20200330104449.ahyivwdn62g6jluw@pelzflorian.localdomain> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <87a740nu0u.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50831) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIruh-0004wf-Nc for bug-guix@gnu.org; Mon, 30 Mar 2020 06:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIrug-0002Nm-OW for bug-guix@gnu.org; Mon, 30 Mar 2020 06:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49460) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIrug-0002MP-7u for bug-guix@gnu.org; Mon, 30 Mar 2020 06:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIrug-0003Q5-63 for bug-guix@gnu.org; Mon, 30 Mar 2020 06:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87a740nu0u.fsf@gmail.com> 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: Mathieu Othacehe Cc: 40273@debbugs.gnu.org On Sat, Mar 28, 2020 at 08:45:05PM +0100, Mathieu Othacehe wrote: > Maybe we could add a help menu with key shortcut. From that > help menu, one could change the current keyboard layout from any > installation step? > Yes, that is definitely a good place, *but* now that I saw Debian, it would be good to additionally have a key combination. I think switching in an F1 help menu is more discoverable and having both would be good. >From what an Arab friend told me, they are used to a key combination (Alt+Shift if I remember correctly, as is Debian’s default; Debian makes the combination configurable). But I cannot figure out how to make loadkeys use a key combination; ckbcomp seems not to produce right results. In QEMU on the compatibility console I ran “sendkey ctrl-alt-f3“. I then tried: guix environment --ad-hoc console-setup #so I can run ckbcomp mkdir -p /usr/share/X11/ cd /usr/share/X11 ln -s $(guix build -S console-setup)/Keyboard/ckb xkb ckbcomp ar, -variant azerty, -option grp:toggle > ~/test loadkeys us #so I can switch back, I hoped, but it does not work loadkeys ~/test But now I can only type Arabic. Maybe it is because of QEMU. I tried changing the keyboard-layout in /etc/config.scm, but then I can no longer type my password. Regards, Florian