This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8731 - Using the Select button to advance to the next track
Attached to Project:
Rockbox
Opened by Phoenix Gabriel (q00u) - Friday, 14 March 2008, 17:00 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Thursday, 20 March 2008, 23:59 GMT+2
Opened by Phoenix Gabriel (q00u) - Friday, 14 March 2008, 17:00 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Thursday, 20 March 2008, 23:59 GMT+2
|
DetailsExecutive Summary:
The action I take most often is switching to the next track; I'd like to use the large button for that. Full Description: The e200 series has just wee buttons on the sides. They're not terribly hard to use when you're not doing anything else, but when I'm in the car, I tend to fumble around with the player. Since there is already a car-mode, would it be possible to swap the right (next) button with the large middle (select) button when in said mode? Or even separately from the car-mode. I'd just like to be able to easily and consistently advance to the next track without taking my eyes off the road. |
This task depends upon
Closed by Björn Stenberg (zagor)
Thursday, 20 March 2008, 23:59 GMT+2
Reason for closing: Rejected
Additional comments about closing: Closing all feature requests.
Thursday, 20 March 2008, 23:59 GMT+2
Reason for closing: Rejected
Additional comments about closing: Closing all feature requests.
However, remember that Rockbox is open source, which means that with a little learning, you can make such trivial changes to the code yourself and create your own personalised version of Rockbox.
There is a lot of documentation in the Rockbox wiki on how to compile your own version of Rockbox, and if you wanted to (for example) swap the behaviour of the select and right buttons within the While Playing Screen (WPS), you would just need to change the lines related to the WPS in the file apps/keymaps/keymap-e200.c in the Rockbox source code.
Currently, the Select and Right buttons are functionally identical _except_ when playing. When playing a song, they diverge. It is my opinion that, from a usability standpoint (strictly because of the size of the buttons [have I mentioned the side buttons are TINY?]) their functionality should be reversed.
But I do understand that it's less intuitive to press the center Select button to go next, and the Right side button for a menu. Which is why I suggested this for car mode only, because that's when it becomes most important. When you're driving, you're not going to be bringing up menus very often (or possibly ever). However, you will be skipping to the next track _often_. As it currently stands, it's hard to hit the next button, but EASY to accidentally hit the menu button, at which point you *have to* take your eyes off the road to navigate back to the While Playing screen.
I understand why it is set the way it is. But I wish someone would take the e200 itself into account, because right now, it's not very usable. Or at least, not very safe to use while driving.