summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-24 18:40:37 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-24 18:40:37 +0000
commit6e7df95b0e519ea8cad7846bb5a052d1baf4df5f (patch)
tree03a84b4acaf3cdc79d2b3e8437bb5a8bac20b912
parent938d671f941f0b4931db8c0d6e14cf9513e9aa2a (diff)
downloadrockbox-6e7df95b0e519ea8cad7846bb5a052d1baf4df5f.tar.gz
rockbox-6e7df95b0e519ea8cad7846bb5a052d1baf4df5f.zip
manual: wake up alarm buttons for Clip and Fuze keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26264 a1c6a512-1295-4272-9138-f99709370657
-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}