woops, this chaneg too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26992 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eada0907ff
commit
8a798179fc
1 changed files with 1 additions and 1 deletions
|
@ -1499,7 +1499,7 @@ struct touchaction {const char* s; int action;};
|
|||
static const struct touchaction touchactions[] = {
|
||||
/* generic actions, convert to screen actions on use */
|
||||
{"prev", ACTION_STD_PREV }, {"next", ACTION_STD_NEXT },
|
||||
{"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_PREVREPEAT },
|
||||
{"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_NEXTREPEAT },
|
||||
{"hotkey", ACTION_STD_HOTKEY}, {"select", ACTION_STD_OK },
|
||||
{"menu", ACTION_STD_MENU }, {"cancel", ACTION_STD_CANCEL },
|
||||
{"contextmenu", ACTION_STD_CONTEXT},{"quickscreen", ACTION_STD_QUICKSCREEN },
|
||||
|
|
Loading…
Reference in a new issue