summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/x11/button-x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c
index 947ca91a16..e3953a0782 100644
--- a/uisimulator/x11/button-x11.c
+++ b/uisimulator/x11/button-x11.c
@@ -71,6 +71,7 @@ static int get_raw_button (void)
71#ifdef HAVE_RECORDER_KEYPAD 71#ifdef HAVE_RECORDER_KEYPAD
72 case XK_KP_Space: 72 case XK_KP_Space:
73 case XK_KP_5: 73 case XK_KP_5:
74 case XK_KP_Begin:
74 return BUTTON_PLAY; 75 return BUTTON_PLAY;
75 76
76 case XK_KP_Enter: 77 case XK_KP_Enter: