Index: apps/menu.c =================================================================== --- apps/menu.c (revision 30576) +++ apps/menu.c (working copy) @@ -496,8 +496,13 @@ { if (menu != &root_menu_) ret = GO_TO_ROOT; - else + else { +#if (CONFIG_KEYPAD == SANSA_CLIP_PAD) + ret = GO_TO_PREVIOUS_MUSIC; +#else ret = GO_TO_PREVIOUS; +#endif + } done = true; } else if (action == ACTION_STD_CANCEL)