config: add support for mod masks in shortcuts
This commit is contained in:
parent
27f30f8d28
commit
90dbde99ab
15 changed files with 501 additions and 92 deletions
|
|
@ -451,6 +451,12 @@ pub enum ClientMessage<'a> {
|
|||
seat: Seat,
|
||||
forward: bool,
|
||||
},
|
||||
AddShortcut2 {
|
||||
seat: Seat,
|
||||
mods: Modifiers,
|
||||
mod_mask: Modifiers,
|
||||
sym: KeySym,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue