]> git.mdlowis.com Git - proto/labwc.git/commit
seat: Call configure_libinput() for keyboards
authorDavid Turner <david.turner@raspberrypi.com>
Wed, 12 Nov 2025 16:48:48 +0000 (16:48 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 12 Nov 2025 22:59:29 +0000 (23:59 +0100)
commitd15152b27bd2e14f3e8607b8ac01fa03e6969afa
tree9faa265b1df6d51a787d56ded8d0b66d6177d6f8
parent366cf3c99530debc309b7a5fc7ca6c5924fff8e8
seat: Call configure_libinput() for keyboards

Call configure_libinput() for keyboards in new_keyboard() and
seat_reconfigure().

This allows the use of the sendEventsMode configuration option on
keyboards in order to disable keyboard input, for example:

    <libinput>
        <device category="  RPI Wired Keyboard 1">
            <sendEventsMode>no</sendEventsMode>
        </device>
    </libinput>
src/seat.c