config: allow mapping input devices to outputs
This commit is contained in:
parent
efdca4de49
commit
86e283d255
18 changed files with 420 additions and 13 deletions
|
|
@ -109,6 +109,11 @@ request get_device_keymap {
|
|||
id: u32,
|
||||
}
|
||||
|
||||
request map_to_output {
|
||||
id: u32,
|
||||
output: optstr,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event seat {
|
||||
|
|
@ -148,3 +153,8 @@ event keymap {
|
|||
keymap: fd,
|
||||
keymap_len: u32,
|
||||
}
|
||||
|
||||
event input_device_output {
|
||||
id: u32,
|
||||
output: str,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue