i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 7ba6f073221c11cb6c6bee434b9b3456d6f73074
parent f891929d34b1ddad224550c1dbf15c542e59c106
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue,  9 Nov 2010 19:35:16 +0100

add XK_KP_Enter as synonym for XK_Return

Diffstat:
Mi3lock.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;