chore: Update deps
This commit is contained in:
parent
4f3a682564
commit
4e12957169
39 changed files with 1146 additions and 1001 deletions
|
|
@ -9,6 +9,7 @@ use smithay::{
|
|||
},
|
||||
utils::Serial,
|
||||
};
|
||||
use xkbcommon::xkb::Keysym;
|
||||
|
||||
use crate::{
|
||||
config::{Action, KeyPattern},
|
||||
|
|
@ -71,7 +72,7 @@ impl KeyboardGrab<State> for SwapWindowGrab {
|
|||
time,
|
||||
KeyPattern {
|
||||
modifiers: modifiers.map(Into::into).unwrap_or_default(),
|
||||
key: Some(keycode),
|
||||
key: Some(Keysym::new(keycode)),
|
||||
},
|
||||
None,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue