From 1ab1f02dfecc8f0b35cf5668398ea327b25828b7 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Mon, 25 Sep 2006 10:56:38 +0000 Subject: fix the bug where when scrolling text left in the filebrowser you could suddenly find yourself in the root directory. A long press on the left scrolling button will still take you to the root quickly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11042 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-recorder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/keymaps/keymap-recorder.c') diff --git a/apps/keymaps/keymap-recorder.c b/apps/keymaps/keymap-recorder.c index 02e720847f..c111af91d8 100644 --- a/apps/keymaps/keymap-recorder.c +++ b/apps/keymaps/keymap-recorder.c @@ -106,6 +106,7 @@ static const struct button_mapping button_context_tree[] = { static const struct button_mapping button_context_tree_scroll_lr[] = { { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE }, { ACTION_STD_CANCEL, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT }, + { ACTION_TREE_ROOT_INIT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_LEFT }, { ACTION_TREE_PGLEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_TREE_PGLEFT, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT|BUTTON_REPEAT }, { ACTION_NONE, BUTTON_RIGHT, BUTTON_NONE }, -- cgit v1.2.3