From unknown Sat Jun 14 18:44:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#40184 <40184@debbugs.gnu.org> To: bug#40184 <40184@debbugs.gnu.org> Subject: Status: Add support for leds to keyboard-layout Reply-To: bug#40184 <40184@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:44:59 +0000 retitle 40184 Add support for leds to keyboard-layout reassign 40184 guix submitter 40184 Brice Waegeneire severity 40184 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 22 14:17:40 2020 Received: (at submit) by debbugs.gnu.org; 22 Mar 2020 18:17:40 +0000 Received: from localhost ([127.0.0.1]:50889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jG5AJ-0000rm-SH for submit@debbugs.gnu.org; Sun, 22 Mar 2020 14:17:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:33207) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jG5AH-0000re-Cf for submit@debbugs.gnu.org; Sun, 22 Mar 2020 14:17:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56190) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jG5AG-00078E-DK for bug-guix@gnu.org; Sun, 22 Mar 2020 14:17:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jG5AF-0000PQ-3B for bug-guix@gnu.org; Sun, 22 Mar 2020 14:17:35 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:53291) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jG5AE-0000Lj-Te for bug-guix@gnu.org; Sun, 22 Mar 2020 14:17:35 -0400 Received: from webmail.gandi.net (webmail18.sd4.0x35.net [10.200.201.18]) (Authenticated sender: brice@waegenei.re) by relay11.mail.gandi.net (Postfix) with ESMTPA id 20842100002 for ; Sun, 22 Mar 2020 18:17:30 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 22 Mar 2020 18:17:30 +0000 From: Brice Waegeneire To: bug-guix@gnu.org Subject: Add support for leds to keyboard-layout Message-ID: X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.178.231 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, The keyboard configuration mechanism through `keyboard-layout' is really nice in Guix: setting it once and using it in different components. Having the same ability but to set the default state of keyboard leds would be even better. That is avoiding to use setleds(1) and/or xset(1) to have CapsLock, NumLock and ScrollLock enable or disable at startup. Brice.