diff --git a/password.c b/password.c index db8ecae..4424451 100644 --- a/password.c +++ b/password.c @@ -165,6 +165,7 @@ void swaylock_handle_key(struct swaylock_state *state, schedule_indicator_clear(state); schedule_password_clear(state); break; + case XKB_KEY_c: /* fallthrough */ case XKB_KEY_u: if (state->xkb.control) { clear_password_buffer(&state->password);