From 36ae5695329a0ce7f51662eea3afe4d0f60aff82 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Wed, 2 Sep 2009 20:05:01 +0000 Subject: 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 --- apps/keymaps/keymap-touchscreen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/keymaps/keymap-touchscreen.c') 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 }, -- cgit v1.2.3