summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2009-09-02 20:05:01 +0000
committerRob Purchase <shotofadds@rockbox.org>2009-09-02 20:05:01 +0000
commit36ae5695329a0ce7f51662eea3afe4d0f60aff82 (patch)
tree86dd71ff0f75990bd10dba0b62f2e0f588dff294 /apps
parent0ba0fbb3e760e7d426aa0e2fc0dab4af11708d16 (diff)
downloadrockbox-36ae5695329a0ce7f51662eea3afe4d0f60aff82.tar.gz
rockbox-36ae5695329a0ce7f51662eea3afe4d0f60aff82.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-touchscreen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-touchscreen.c b/apps/keymaps/keymap-touchscreen.c
index eda92373d9..bb915b071b 100644
--- a/apps/keymaps/keymap-touchscreen.c
+++ b/apps/keymaps/keymap-touchscreen.c
@@ -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 },