input: Fix stack overflow due to shortcut priorities

This commit is contained in:
Victoria Brekenfeld 2023-11-22 17:42:11 +01:00 committed by Victoria Brekenfeld
parent ac77ab974a
commit ea14033d06
2 changed files with 47 additions and 31 deletions

View file

@ -74,6 +74,7 @@ impl KeyboardGrab<State> for SwapWindowGrab {
key: Some(Keysym::new(keycode)),
},
None,
true,
);
}