diff options
Diffstat (limited to 'apps/plugins/vu_meter.c')
| -rw-r--r-- | apps/plugins/vu_meter.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 107d46b..6f1c9e9 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -317,15 +317,15 @@ #define LABEL_VOLUME "UP/DOWN" #elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD -#define VUMETER_QUIT BUTTON_POWER +#define VUMETER_QUIT BUTTON_BACK #define VUMETER_HELP BUTTON_PLAYPAUSE -#define VUMETER_MENU BUTTON_BACK -#define VUMETER_UP BUTTON_UP -#define VUMETER_DOWN BUTTON_DOWN +#define VUMETER_MENU (BUTTON_SELECT|BUTTON_REPEAT) +#define VUMETER_UP BUTTON_VOL_UP +#define VUMETER_DOWN BUTTON_VOL_DOWN #define LABEL_HELP "PLAY" -#define LABEL_QUIT "POWER" -#define LABEL_MENU "BACK" -#define LABEL_VOLUME "UP/DOWN" +#define LABEL_QUIT "BACK" +#define LABEL_MENU "Long SELECT" +#define LABEL_VOLUME "Vol+/Vol-" #elif CONFIG_KEYPAD == SANSA_CONNECT_PAD #define VUMETER_QUIT BUTTON_POWER |