diff options
| author | Michael Chicoine <mc2739@gmail.com> | 2010-04-04 23:45:34 +0000 |
|---|---|---|
| committer | Michael Chicoine <mc2739@gmail.com> | 2010-04-04 23:45:34 +0000 |
| commit | 5688dfcc80ef2edbc20b493a6bb993bfff8888d7 (patch) | |
| tree | 9781c8cd7dc707636bee538d87bb9402224df48b | |
| parent | fa84c2fdbf5d24109e2671a5acae16522f71db68 (diff) | |
| download | rockbox-5688dfcc80ef2edbc20b493a6bb993bfff8888d7.zip rockbox-5688dfcc80ef2edbc20b493a6bb993bfff8888d7.tar.gz rockbox-5688dfcc80ef2edbc20b493a6bb993bfff8888d7.tar.bz2 rockbox-5688dfcc80ef2edbc20b493a6bb993bfff8888d7.tar.xz | |
Fix Clip keymap (manual) so that Clipv2 and Clip+ manuals build properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25472 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/keymap-sansaclip.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex index c1be5e6..f75d671 100644 --- a/manual/platform/keymap-sansaclip.tex +++ b/manual/platform/keymap-sansaclip.tex @@ -85,14 +85,14 @@ \newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp} %Button actions, Recording screen context -%\newcommand{\ActionRecPause}{\ButtonUp} -%\newcommand{\ActionRecExit}{\ButtonDown} -%\newcommand{\ActionRecNewfile}{\ButtonHome} -%\newcommand{\ActionRecMenu}{Long \ButtonSelect} -%\newcommand{\ActionRecSettingsInc}{\ButtonRight} -%\newcommand{\ActionRecSettingsDec}{\ButtonLeft} -%\newcommand{\ActionRecPrev}{\ButtonVolDown} -%\newcommand{\ActionRecNext}{\ButtonVolUp} +\newcommand{\ActionRecPause}{\ButtonUp} +\newcommand{\ActionRecExit}{\ButtonDown} +\newcommand{\ActionRecNewfile}{\ButtonHome} +\newcommand{\ActionRecMenu}{Long \ButtonSelect} +\newcommand{\ActionRecSettingsInc}{\ButtonRight} +\newcommand{\ActionRecSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecPrev}{\ButtonVolDown} +\newcommand{\ActionRecNext}{\ButtonVolUp} %Button actions, FM radio context \newcommand{\ActionFMPreset}{\ButtonSelect} |