Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Sansa e200 remap wheel navigation
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa e200 remap wheel navigation  (Read 1115 times)

Offline rpgeha

  • Member
  • *
  • Posts: 7
Sansa e200 remap wheel navigation
« on: April 08, 2021, 06:09:23 PM »
 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 },
« Last Edit: April 08, 2021, 06:12:11 PM by rpgeha »
Logged

Offline fox

  • Member
  • *
  • Posts: 1
Re: Sansa e200 remap wheel navigation
« Reply #1 on: May 09, 2022, 01:09:20 AM »
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...

Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Sansa e200 remap wheel navigation
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.073 seconds with 21 queries.