Make the left quickscreen item work in touchscreen grid mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22609 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ba0fbb3e7
commit
36ae569532
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ static const struct button_mapping button_context_time[] = {
|
|||
}; /* button_context_time */
|
||||
|
||||
static const struct button_mapping button_context_quickscreen[] = {
|
||||
/* override ACTION_STD_CANCEL from standard context */
|
||||
{ ACTION_NONE, BUTTON_MIDLEFT, BUTTON_NONE },
|
||||
|
||||
{ ACTION_STD_CANCEL, BUTTON_CENTER|BUTTON_REL, BUTTON_NONE },
|
||||
{ ACTION_QS_TOP, BUTTON_TOPMIDDLE|BUTTON_REL, BUTTON_NONE },
|
||||
|
|
Loading…
Reference in a new issue