summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/platform/keymap-sansaclip.tex6
-rw-r--r--manual/platform/keymap-sansafuze.tex6
2 files changed, 12 insertions, 0 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex
index 3c349ef845..fb085f2c55 100644
--- a/manual/platform/keymap-sansaclip.tex
+++ b/manual/platform/keymap-sansaclip.tex
@@ -108,3 +108,9 @@
108 108
109%Button actions, Bookmark screen context 109%Button actions, Bookmark screen context
110\newcommand{\ActionBmDelete}{\ButtonHome} 110\newcommand{\ActionBmDelete}{\ButtonHome}
111
112%Button actions, Alarm screen
113\newcommand{\ActionAlarmSet}{\ButtonSelect}
114\newcommand{\ActionAlarmCancel}{\ButtonPower}
115\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
116\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
diff --git a/manual/platform/keymap-sansafuze.tex b/manual/platform/keymap-sansafuze.tex
index 8d2a9ce819..ab240e5cbf 100644
--- a/manual/platform/keymap-sansafuze.tex
+++ b/manual/platform/keymap-sansafuze.tex
@@ -110,3 +110,9 @@
110 110
111%Button actions, Bookmark screen context 111%Button actions, Bookmark screen context
112\newcommand{\ActionBmDelete}{\ButtonHome} 112\newcommand{\ActionBmDelete}{\ButtonHome}
113
114%Button actions, Alarm screen
115\newcommand{\ActionAlarmSet}{\ButtonSelect}
116\newcommand{\ActionAlarmCancel}{\ButtonLeft}
117\newcommand{\ActionAlarmHoursInc}{\ButtonDown}
118\newcommand{\ActionAlarmHoursDec}{\ButtonUp}