config: allow consuming/forwarding key events
This commit is contained in:
parent
6ee4fdb9f4
commit
18bc86d14f
12 changed files with 106 additions and 13 deletions
|
|
@ -436,6 +436,10 @@ pub enum ClientMessage<'a> {
|
|||
device: InputDevice,
|
||||
keymap: Keymap,
|
||||
},
|
||||
SetForward {
|
||||
seat: Seat,
|
||||
forward: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue