mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
ipc: add input::libinput_config event
This adds a libinput_config change type to the input event for when the libinput config for a device changes In order for this to be possible to track, the libinput config code had to be refactored. It is now extracted into a separate file to isolate it from the rest of the input management code.
This commit is contained in:
parent
6effca7b61
commit
1a16262903
5 changed files with 400 additions and 432 deletions
|
|
@ -1731,6 +1731,8 @@ The following change types are currently available:
|
|||
: (Keyboards only) The keymap for the keyboard has changed
|
||||
|- xkb_layout
|
||||
: (Keyboards only) The effective layout in the keymap has changed
|
||||
|- libinput_config
|
||||
: (libinput device only) A libinput config option for the device changed
|
||||
|
||||
*Example Event:*
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue