Re: svn commit: r356092 - head/sys/dev/kbdmux

2019-12-30 Thread Hans Petter Selasky
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

Re: svn commit: r356092 - head/sys/dev/kbdmux

2019-12-27 Thread Hans Petter Selasky
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/qkeye

Re: svn commit: r356092 - head/sys/dev/kbdmux

2019-12-27 Thread Kyle Evans
On Fri, Dec 27, 2019 at 9:04 AM Hans Petter Selasky wrote: > > TODO: > > Is there a way to distinguish between key events which are key-presses > and events which are auto-repeated key-presses? > At the risk of asking a dumb question, where are you wanting to make this distinction at? I haven't

Re: svn commit: r356092 - head/sys/dev/kbdmux

2019-12-27 Thread Hans Petter Selasky
TODO: Is there a way to distinguish between key events which are key-presses and events which are auto-repeated key-presses? --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send

svn commit: r356092 - head/sys/dev/kbdmux

2019-12-26 Thread Kyle Evans
Author: kevans Date: Thu Dec 26 17:25:51 2019 New Revision: 356092 URL: https://svnweb.freebsd.org/changeset/base/356092 Log: kbdmux: simplify modevent handler In the event of a MOD_LOAD failure, MOD_UNLOAD will be invoked to unwind module load. Most of the reversion in MOD_LOAD can just