forked from len0rd/rockbox
HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b5dff4c7b
commit
c31f7d0121
6 changed files with 69 additions and 37 deletions
|
@ -70,6 +70,9 @@ int key_to_button(int keyboard_button)
|
|||
case SDLK_KP_MINUS:
|
||||
new_btn = BUTTON_VOL_DOWN;
|
||||
break;
|
||||
case SDLK_t:
|
||||
new_btn = BUTTON_TAP;
|
||||
break;
|
||||
}
|
||||
return new_btn;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue