diff --git a/i3lock.c b/i3lock.c index fffb3da..5d1da01 100644 --- a/i3lock.c +++ b/i3lock.c @@ -253,6 +253,7 @@ static void handle_key_press(xcb_key_press_event_t *event) { switch (ksym) { case XKB_KEY_Return: case XKB_KEY_KP_Enter: + case XKB_KEY_XF86ScreenSaver: password[input_position] = '\0'; input_done(); case XKB_KEY_Escape: