aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
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(),
});