summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-touchscreen.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-08-26 10:20:16 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-08-26 10:20:16 +0000
commit1d613bee0fd4b3bb6266a7ad93aade2aaeb3705c (patch)
tree46e5f301081ae3250d0e89229333fd8124bc8f3c /apps/keymaps/keymap-touchscreen.c
parent6b85f18b64e3df6dd1fe665384374b731f1466f0 (diff)
downloadrockbox-1d613bee0fd4b3bb6266a7ad93aade2aaeb3705c.tar.gz
rockbox-1d613bee0fd4b3bb6266a7ad93aade2aaeb3705c.zip
Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-buttons. Also make bottom left yes in grid mode to line up with the new button
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27890 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-touchscreen.c')
-rw-r--r--apps/keymaps/keymap-touchscreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-touchscreen.c b/apps/keymaps/keymap-touchscreen.c
index bc65f01525..9825c92e7d 100644
--- a/apps/keymaps/keymap-touchscreen.c
+++ b/apps/keymaps/keymap-touchscreen.c
@@ -173,6 +173,7 @@ static const struct button_mapping button_context_settings_right_is_inc[] = {
173 173
174static const struct button_mapping button_context_yesno[] = { 174static const struct button_mapping button_context_yesno[] = {
175 { ACTION_YESNO_ACCEPT, BUTTON_TOPRIGHT, BUTTON_NONE }, 175 { ACTION_YESNO_ACCEPT, BUTTON_TOPRIGHT, BUTTON_NONE },
176 { ACTION_YESNO_ACCEPT, BUTTON_BOTTOMLEFT, BUTTON_NONE },
176 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_YESNOSCREEN) 177 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_YESNOSCREEN)
177}; /* button_context_settings_yesno */ 178}; /* button_context_settings_yesno */
178 179