add XK_KP_Enter as synonym for XK_Return

pull/1/head
Michael Stapelberg 2010-11-09 19:35:16 +01:00
parent f891929d34
commit 7ba6f07322
1 changed files with 1 additions and 0 deletions

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;