keyboard: send keymap without actions/behaviors to xwayland
This commit is contained in:
parent
541a7b5ebc
commit
abaeed4c01
10 changed files with 52 additions and 34 deletions
|
|
@ -36,8 +36,8 @@ impl EiKeyboard {
|
|||
self.client.event(Keymap {
|
||||
self_id: self.id,
|
||||
keymap_type: KEYMAP_TYPE_XKB,
|
||||
size: state.map_len as _,
|
||||
keymap: state.map.clone(),
|
||||
size: state.map.len as _,
|
||||
keymap: state.map.map.clone(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue