Support and General Use > User Interface and Voice
Sansa e200 remap wheel navigation
(1/1)
rpgeha:
I don’t understand why it’s impossible to reassign wheel scrolling to sansa e200. (A long time ago a man asked about this, but he was not explained - https://forums.rockbox.org/index.php?topic=26377.0) If instead of scrolling to the right or left, you can replace it with the down or up buttons to select audio files, this will make the device easier for the visually impaired.
The problem is that the wheel is too sensitive. I tried to adjust the scroll delay in different ways,
scroll speed,
scroll step in the config file, but this does not give an adequate result.
I want to turn off file navigation with the wheel altogether and replace it with up and down buttons.
Below you can see what I replaced. But after that, the player does not respond to the up or down button. Navigation doesn't work that way. Somewhere, something in the code gets in the way. Perhaps somehow roughly tied to the wheel. I cannot find this place in the code yet. Perhaps you know what the problem is?
OLD
{ ACTION_STD_PREV, BUTTON_SCROLL_BACK, BUTTON_NONE },
{ ACTION_STD_PREVREPEAT, BUTTON_SCROLL_BACK|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_STD_NEXT, BUTTON_SCROLL_FWD, BUTTON_NONE },
{ ACTION_STD_NEXTREPEAT, BUTTON_SCROLL_FWD|BUTTON_REPEAT, BUTTON_NONE },
NEW
{ ACTION_STD_PREV, BUTTON_UP, BUTTON_NONE },
{ ACTION_STD_PREVREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_STD_NEXT, BUTTON_DOWN, BUTTON_NONE },
{ ACTION_STD_NEXTREPEAT, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
fox:
I'd also like to know. I have a sansa with a broken scroll wheel and just installed rockbox today only to find out I can't use it. That was so anti-climactic...
Navigation
[0] Message Index
Go to full version