Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1651496pxb; Thu, 4 Nov 2021 06:15:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmXTyiGHcNSWMHxllxjQZMGU8dbPZnOD4Vzt9bj67Q2jXQufXzxPfgdqc0p5LutN6ugkUk X-Received: by 2002:a05:6e02:1526:: with SMTP id i6mr11085994ilu.3.1636031719309; Thu, 04 Nov 2021 06:15:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1636031719; cv=none; d=google.com; s=arc-20160816; b=ICCEBZcKX0vkDdKd+fyEtbf82YcQrbQnVkk5V/+iCZgUAw/hbe3ykUnkDm72GLAok3 eGWk7C+O1hF4aE0T08PZTQoCJRT9vjr4H5pDWOp2e0JhpADKxUDsNOOQg56u7yTLJD6M 4TBn6sVN3WugxUkALwGwGDx4tEKWWY3Ro+bRKqCCwcL9l0mW15dAelnD+Cxv3MB3siL7 wz8r8gNz/Qj/lQ65lsPVLuhQRUoRA+Odqm1lyH1td9I2+tLXvAN2mGmQuIK/QvTB9X6t lZM99X0kKh54QxwC/YsmuJ2tRaKn5UtZaAJgPL1sd8YUmn2BYUGFYCj+i5dE0CnURlu+ 5TdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=jMmqvMoeBe+omOxXxYlNHO7BxpJ/FmXcOPHbZR/30/U=; b=kKiyFLBKlg4BEFjC1Y16UQ3sO5arIcdmwFPQ2XzLt/0x0pjUIiz3dwIIdDOKjxC7bI FgNsVhXNdLlv10bp7C7JpfXTyw7VXTepGuz1ODZr44R+Jo3OXy8ei3M+bTu/P9U+0faL CMWRZ1NtEJ+UpXkTUXVyWJAgNni8AZjF53Wo/QV6/igy90qapzbJxhWRO2pTRYD1rV6W hbpBbdHtie+bOc3FOJUqpJ7Q9SzQ2kftJrt4DsGmbCJb15RRHonnVu9jVJWz4W1dEiHx YuZWe3iz9krJf0ER+r4QDrGc+Pic0wTL6jPG2T48aZtwpmphcHPzi7SkhXJnQZQWcQkw cETg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m2si6168962ilu.157.2021.11.04.06.15.02; Thu, 04 Nov 2021 06:15:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231760AbhKDNPy (ORCPT + 99 others); Thu, 4 Nov 2021 09:15:54 -0400 Received: from angie.orcam.me.uk ([78.133.224.34]:36922 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231160AbhKDNPv (ORCPT ); Thu, 4 Nov 2021 09:15:51 -0400 Received: by angie.orcam.me.uk (Postfix, from userid 500) id 457DF92009E; Thu, 4 Nov 2021 14:13:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 3F62B92009D; Thu, 4 Nov 2021 13:13:12 +0000 (GMT) Date: Thu, 4 Nov 2021 13:13:12 +0000 (GMT) From: "Maciej W. Rozycki" To: Andrzej Pietrasiewicz cc: Pavel Machek , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Greg Kroah-Hartman , Dmitry Torokhov , Jiri Slaby , kernel@collabora.com Subject: Re: [RFC] tty/sysrq: Add alternative SysRq key In-Reply-To: Message-ID: References: <20211103155438.11167-1-andrzej.p@collabora.com> <20211104120111.GB23122@duo.ucw.cz> <17ccc35d-441c-70c1-a80a-28a4ff824535@collabora.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 4 Nov 2021, Maciej W. Rozycki wrote: > The reason for this is with their more recent laptops Lenovo in their > infinite wisdom have placed the key (which in a traditional > PS/2-keyboard manner produces when combined with ) in their > keyboards between the right and keys. With thumbs not being > as accurate as other fingers (and the overall misdesign of the keyboard > and touchpad interface) you can imagine how often I have inadvertently hit > combined with a letter key, wreaking havoc to my system (and of > course I want to keep the key enabled for times when I do need it). On second thoughts this can be disabled with `setkeycodes 54 0' once we do have an alternative combination available. Maciej