From dcc78cb86764e5f02bc89693f64dc38c82f776ad Mon Sep 17 00:00:00 2001 From: Jean-Louis Biasini Date: Fri, 24 Feb 2012 23:32:09 +0100 Subject: [PATCH] Fuze+/calendar's plugin update keymaps and manual - fuze+ keymaps for calculator updated - manual updated accordingly - also correct a little problem with a line only used by mpio hd300 manual but that appears on all other target's manual. Change-Id: I9c4d3c21dc6174079edbde8035bad318e09ec74a Reviewed-on: http://gerrit.rockbox.org/125 Reviewed-by: Amaury Pouly --- apps/plugins/calendar.c | 8 ++++---- manual/plugins/calendar.tex | 16 +++++++++------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c index d0caef399f..7dcb8ee34e 100644 --- a/apps/plugins/calendar.c +++ b/apps/plugins/calendar.c @@ -291,10 +291,10 @@ #elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD #define CALENDAR_QUIT BUTTON_POWER #define CALENDAR_SELECT BUTTON_SELECT -#define CALENDAR_NEXT_WEEK BUTTON_RIGHT -#define CALENDAR_PREV_WEEK BUTTON_LEFT -#define CALENDAR_NEXT_DAY BUTTON_UP -#define CALENDAR_PREV_DAY BUTTON_DOWN +#define CALENDAR_NEXT_WEEK BUTTON_DOWN +#define CALENDAR_PREV_WEEK BUTTON_UP +#define CALENDAR_NEXT_DAY BUTTON_RIGHT +#define CALENDAR_PREV_DAY BUTTON_LEFT #define CALENDAR_NEXT_MONTH BUTTON_PLAYPAUSE #define CALENDAR_PREV_MONTH BUTTON_BACK diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex index 518e110509..981f5d19c3 100644 --- a/manual/plugins/calendar.tex +++ b/manual/plugins/calendar.tex @@ -10,10 +10,11 @@ You can select what day is first day of week by the setting \setting{First Day o \begin{btnmap} \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,IPOD_4G_PAD% - ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} + ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD + ,SANSA_FUZEPLUS_PAD} {\ButtonLeft{} / \ButtonRight{} /} \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD% - ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD} + ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD} {\ButtonUp{} / \ButtonDown} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} {\ButtonScrollFwd{} / \ButtonScrollBack} @@ -25,7 +26,7 @@ You can select what day is first day of week by the setting \setting{First Day o \opt{RECORDER_PAD}{\ButtonPlay} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD% - ,SANSA_FUZE_PAD} + ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} {\ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonPlay} \opt{PBELL_VIBE500_PAD}{\ButtonOK} @@ -33,21 +34,22 @@ You can select what day is first day of week by the setting \setting{First Day o \opt{HAVEREMOTEKEYMAP}{& } & Show memos for the selected day\\ % - \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF} - & Previous / Next week\\ + \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF + & Previous / Next week\\} % \opt{RECORDER_PAD}{\ButtonOn{} + \ButtonUp{} / \ButtonDown} \opt{MROBE100_PAD}{\ButtonMenu{} + \ButtonUp{} / \ButtonDown} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} / \ButtonRec} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay{} / \ButtonMenu} - \opt{IAUDIO_X5_PAD}{\ButtonRec{} / \ButtonPlay{}} + \opt{IAUDIO_X5_PAD}{\ButtonRec{} / \ButtonPlay} \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown} \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonUp{} / \ButtonDown} \opt{IRIVER_H10_PAD}{\ButtonFF{} / \ButtonRew} \opt{COWON_D2_PAD}{\TouchBottomLeft{} / \TouchBottomRight} \opt{PBELL_VIBE500_PAD}{\ButtonMenu{} / \ButtonPlay} - \opt{MPIO_HD300_PAD}{\ButtonRec / \ButtonPlay} + \opt{MPIO_HD300_PAD}{\ButtonRec{} / \ButtonPlay} + \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack{} / \ButtonPlay} \opt{HAVEREMOTEKEYMAP}{& } & Previous / Next month\\ % -- 2.11.4.GIT