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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Fuze+ how to change the WPS bottom left and right hotkeys?!?!
« previous next »
  • Print
Pages: [1]

Author Topic: Fuze+ how to change the WPS bottom left and right hotkeys?!?!  (Read 1397 times)

Offline thegreatyashu

  • Member
  • *
  • Posts: 7
Fuze+ how to change the WPS bottom left and right hotkeys?!?!
« on: January 24, 2014, 09:39:21 AM »
By default on the fuze+, if you hold the bottom left in the WPS, you get the speed/pitch menu. This is REALLY REALLY annoying because of the touch pad. This menu comes up ALL THE TIME. I am always accidentally changing the pitch or the speed. There is no option to change this menu or turn it off. It seems hard coded. It is not controlled by the hotkey selection in the settings, nor is the bottom right "hold" menu either (it brings up the file/song tag info).

How do you change button mapping?
Logged

Offline cela

  • Member
  • *
  • Posts: 43
Re: Fuze+ how to change the WPS bottom left and right hotkeys?!?!
« Reply #1 on: January 24, 2014, 02:18:13 PM »
Just comment out the buttons in the the source code and make your own build.

I also comment out the volume control on the touchpad too so I don't accidently touch that and set it too high.
The side volume control is enough for me.

File to change is keymap-fuzeplus.c as below.

Code: [Select]
    { ACTION_WPS_VOLUP,                 BUTTON_VOL_UP,                     BUTTON_NONE },
    { ACTION_WPS_VOLUP,                 BUTTON_VOL_UP|BUTTON_REPEAT,       BUTTON_NONE },
    //{ ACTION_WPS_VOLUP,                 BUTTON_UP,                         BUTTON_NONE },
    //{ ACTION_WPS_VOLUP,                 BUTTON_UP|BUTTON_REPEAT,           BUTTON_NONE },

    { ACTION_WPS_VOLDOWN,               BUTTON_VOL_DOWN,                   BUTTON_NONE },
    { ACTION_WPS_VOLDOWN,               BUTTON_VOL_DOWN|BUTTON_REPEAT,     BUTTON_NONE },
    //{ ACTION_WPS_VOLDOWN,               BUTTON_DOWN,                       BUTTON_NONE },
    //{ ACTION_WPS_VOLDOWN,               BUTTON_DOWN|BUTTON_REPEAT,         BUTTON_NONE },
 
    { ACTION_WPS_MENU,                  BUTTON_BACK,                       BUTTON_NONE },
    //{ ACTION_WPS_BROWSE,                BUTTON_SELECT|BUTTON_REL,          BUTTON_SELECT },
    //{ ACTION_WPS_PITCHSCREEN,           BUTTON_BOTTOMLEFT|BUTTON_REPEAT,   BUTTON_BOTTOMLEFT },
    //{ ACTION_WPS_QUICKSCREEN,           BUTTON_BOTTOMLEFT|BUTTON_REL,      BUTTON_BOTTOMLEFT },
    //{ ACTION_WPS_ID3SCREEN,             BUTTON_BOTTOMRIGHT|BUTTON_REPEAT,  BUTTON_BOTTOMRIGHT },

These changes make the touchpad far more manageable for me.
« Last Edit: January 24, 2014, 02:20:00 PM by cela »
Logged
Rockboxed Daps:-
 Pinephone (RaaA), Benjie T6, Sony NWZ-E384 (good), Samsung YP-R0 (the best rockbox player), Creative Zen X -Fi, Sansa clip+, Sansa Fuze+ x2 (good for rockbox games) , Creative Zen X-Fi2 , Unbranded Rk27xx Dap (I need to fix the buttons)

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Fuze+ how to change the WPS bottom left and right hotkeys?!?!
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.063 seconds with 15 queries.