FS#7733 - On + Left Skip to the next/previos directory (ON+Left/Right) does not work
Attached to Project:
Rockbox
Opened by Jan Ericsen (eric) - Saturday, 08 September 2007, 21:17 GMT
Last edited by Jonathan Gordon (jdgordon) - Thursday, 15 May 2008, 14:34 GMT
Opened by Jan Ericsen (eric) - Saturday, 08 September 2007, 21:17 GMT
Last edited by Jonathan Gordon (jdgordon) - Thursday, 15 May 2008, 14:34 GMT
|
DetailsAccording to manual, On + Left / Right in the WPS skips to the previous/next directory. This does not work for me, whether in Directory,Playlist or Database mode. The Autochange Directory works tho and skips to the next dir after the last file.
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 15 May 2008, 14:34 GMT
Reason for closing: Fixed
Additional comments about closing: should be fixed now...
Thursday, 15 May 2008, 14:34 GMT
Reason for closing: Fixed
Additional comments about closing: should be fixed now...
(see http://download.rockbox.org/manual/rockbox-recorder/rockbox-buildch4.html#x7-400004.3.1 ). The combination you mentioned
(Right then Right (hold)) is probably used on other devices, and does not work on the Archos either.
{ ACTION_WPS_ABSETB_NEXTDIR, BUTTON_ON|BUTTON_RIGHT, BUTTON_NONE },
{ ACTION_WPS_ABSETA_PREVDIR, BUTTON_ON|BUTTON_LEFT, BUTTON_NONE },
... Maybe there's an error there or it's a question of timing the keypresses properly.