mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 05:35:20 -05:00
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 */
|
}; /* button_context_time */
|
||||||
|
|
||||||
static const struct button_mapping button_context_quickscreen[] = {
|
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_STD_CANCEL, BUTTON_CENTER|BUTTON_REL, BUTTON_NONE },
|
||||||
{ ACTION_QS_TOP, BUTTON_TOPMIDDLE|BUTTON_REL, BUTTON_NONE },
|
{ ACTION_QS_TOP, BUTTON_TOPMIDDLE|BUTTON_REL, BUTTON_NONE },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue