From a2ad7b0854540f01afa9433ff9d01438f4d1bd22 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 24 Nov 2023 11:49:07 +0400 Subject: Upgrade dependencies --- src/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input.rs') diff --git a/src/input.rs b/src/input.rs index b7ceffd1..96b21c7f 100644 --- a/src/input.rs +++ b/src/input.rs @@ -192,7 +192,7 @@ impl State { .seat .get_keyboard() .unwrap() - .with_kkb_state(self, |mut state| match action { + .with_xkb_state(self, |mut state| match action { LayoutAction::Next => state.cycle_next_layout(), LayoutAction::Prev => state.cycle_prev_layout(), }); -- cgit