mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
there is no XK_Enter!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1538 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
801778d0e8
commit
93c1b40b8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue