diff --git a/i3lock.c b/i3lock.c index 198d334..0f77c4a 100644 --- a/i3lock.c +++ b/i3lock.c @@ -135,6 +135,7 @@ static void handle_key_press(xcb_key_press_event_t *event) { return; case XK_Return: + case XK_KP_Enter: input_done(); case XK_Escape: input_position = 0;