summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c1
1 files changed, 1 insertions, 0 deletions
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;