From 93c1b40b8db15b50654b45544178dc1ea8d509e8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Aug 2002 15:40:49 +0000 Subject: there is no XK_Enter! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1538 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/button-x11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c index c765927189..1d27eff134 100644 --- a/uisimulator/x11/button-x11.c +++ b/uisimulator/x11/button-x11.c @@ -59,7 +59,7 @@ int button_set_release(int newmask) * Recorder: * Space=Play Q=On A=Off 1,2,3 = F1,F2,F3 * Player: - * Q=On Enter=Menu + * Q=On Return=Menu */ /* from uibasic.c */ @@ -125,7 +125,7 @@ static int get_raw_button (void) return BUTTON_ON; case XK_KP_Enter: - case XK_Enter: + case XK_Return: return BUTTON_MENU; #endif -- cgit v1.2.3