Bind F8 key to "on" button (usefull if you don't have a numpad)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-07-22 23:10:51 +00:00
parent 2a7aebdc48
commit ebfb4f3ab2

View file

@ -106,6 +106,7 @@ void button_event(int key, bool pressed)
break;
case SDLK_KP_PLUS:
case SDLK_F8:
#ifdef BUTTON_ON
new_btn = BUTTON_ON;
#elif defined(BUTTON_SELECT) && defined(BUTTON_PLAY)