From owner-svn-src-all@freebsd.org Fri Dec 27 16:36:49 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C03ED1C8653; Fri, 27 Dec 2019 16:36:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47ksss4DPSz4HN2; Fri, 27 Dec 2019 16:36:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 655A9260084; Fri, 27 Dec 2019 17:36:47 +0100 (CET) Subject: Re: svn commit: r356092 - head/sys/dev/kbdmux To: Kyle Evans Cc: src-committers , svn-src-all , svn-src-head References: <201912261725.xBQHPq8u076460@repo.freebsd.org> <62d80c6e-f0c0-05bb-cb22-b6cf40d4c06f@selasky.org> From: Hans Petter Selasky Message-ID: <3767f83b-c8a0-5aee-c57f-837aaf187ee7@selasky.org> Date: Fri, 27 Dec 2019 16:34:29 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 47ksss4DPSz4HN2 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2019 16:36:49 -0000 On 2019-12-27 17:28, Kyle Evans wrote: > At the risk of asking a dumb question, where are you wanting to make > this distinction at? For example when implementing applications which allow playing the piano via the system keyboard this is useful. See here for example: https://doc.qt.io/qt-5/qkeyevent.html#isAutoRepeat Needs to be implemented for FreeBSD, though! --HPS