Received: from tulum.helixd.com (ip127.ip-167-114-218.net [167.114.218.127]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 15EA1220867 for <~alpine/users@lists.alpinelinux.org>; Thu, 20 Apr 2023 15:51:40 +0000 (UTC) Received: from [192.168.1.132] (ip98-176-80-158.sd.sd.cox.net [98.176.80.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: dalcocer@helixd.com) by tulum.helixd.com (Postfix) with ESMTPSA id BBA191F103; Thu, 20 Apr 2023 08:51:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tulum.helixd.com; s=mail; t=1682005899; bh=tdPIfTKitWPOjOViqIvvTYpdC8I3deiuloA0pJuE0Gc=; h=Date:To:Cc:Subject:From:From; b=rOmS8ODgxaB2DEZk1W1ijLnyrAZ+74jPPzo4OOFXw5MqvgsgCaG9XSkHN43XmgO9V 70ryu9h6ob3M5IrOuAuLuJXOvf9fAq0zzEs6seMUYdUuHuCSF2kjpZJXj9CfNI2HXz IIV+TaQ/73FFxciZarUi8YS/1NL7zkycre3r7h18= Message-ID: <0ec00cb8-db46-0d1e-9740-ac741b186b68@helixd.com> Date: Thu, 20 Apr 2023 08:51:37 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 To: ~alpine/users@lists.alpinelinux.org Cc: Bobby Hiltz Subject: Re: How to swap Caps Lock and Ctrl? Content-Language: en-US From: Dario Alcocer Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit The caps-lock key is not working as a control key for some reason, even after rebooting. Created /etc/keyd/default.conf with the following content: [ids] * [main] capslock = overload(control, esc) Any ideas?