Browse Source

add XK_KP_Enter as synonym for XK_Return

master
Michael Stapelberg 15 years ago
parent
commit
7ba6f07322
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      i3lock.c

+ 1
- 0
i3lock.c View File

@ -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;


Loading…
Cancel
Save