svn commit: r356092 - head/sys/dev/kbdmux
Hans Petter Selasky
hps at selasky.org
Mon Dec 30 13:47:19 UTC 2019
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
More information about the svn-src-head
mailing list