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:
parent
2a7aebdc48
commit
ebfb4f3ab2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue