Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 14:44:17 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Kyle Evans <kevans@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r356092 - head/sys/dev/kbdmux
Message-ID:  <053a7dc5-3647-15d8-d13e-86008702ca30@selasky.org>
In-Reply-To: <3767f83b-c8a0-5aee-c57f-837aaf187ee7@selasky.org>
References:  <201912261725.xBQHPq8u076460@repo.freebsd.org> <62d80c6e-f0c0-05bb-cb22-b6cf40d4c06f@selasky.org> <CACNAnaELpkUxBmOc5xiApisUKfGsdkq8CBAY%2BwWWKEw5-fse2g@mail.gmail.com> <3767f83b-c8a0-5aee-c57f-837aaf187ee7@selasky.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-12-27 16:34, Hans Petter Selasky wrote:
> 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!
> 

What do you think?

I see the evdev.c layer detects automagically if a key is already down, 
and treat that as a key-repeat event. But I couldn't find similar logic 
in xf86-input-keyboard .

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?053a7dc5-3647-15d8-d13e-86008702ca30>