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: Sat, 4 Apr 2020 01:17:50 +0200 Message-ID: <20200403231750.ddmqx6ekr35eye2u@pelzflorian.localdomain> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> <878sjjt5cj.fsf@gmail.com> <87a73wv903.fsf@gnu.org> <87lfnfcqrh.fsf@gmail.com> <87zhbup4ke.fsf@gnu.org> <20200402232743.GA2810@LionPure> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33961) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKVZa-00080Z-Sf for bug-guix@gnu.org; Fri, 03 Apr 2020 19:18:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKVZZ-0002nV-QX for bug-guix@gnu.org; Fri, 03 Apr 2020 19:18:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKVZZ-0002nH-ND for bug-guix@gnu.org; Fri, 03 Apr 2020 19:18:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKVZZ-0008Sv-IG for bug-guix@gnu.org; Fri, 03 Apr 2020 19:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20200402232743.GA2810@LionPure> 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: Bengt Richter Cc: 40273@debbugs.gnu.org On Fri, Apr 03, 2020 at 01:27:43AM +0200, Bengt Richter wrote: > I think I saw that PureOS was able to handle > different-layout keyboards in different concurrent sessions -- different keyboards and displays > can be attached to different "seats" -- or something like that, I obviously don't know much yet ;-) > > Anyway, to the point: even if I'm wrong about PureOS handling concurrent > different-layout keyboards, I think that would be a good goal > for GuixOS/Hurd/Shepherd to implement. >From what I understand from , there can be per-device keyboard layouts, but they are not handled by XKB options. If a device specifier were added to the keyboard-layout constructor, the device specifier would need to be turned into appropriate xorg.conf MatchUSBID or similar. Regards, Florian