diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-18 22:42:35 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-18 22:42:35 +0000 |
commit | b6a1ac98372162c5d5b134bcc8eb5fe351792f29 (patch) | |
tree | 7c920e0ec794c2ed3104c3c4906c2d459215dd98 /manual | |
parent | fc2ff76647b96044f5e5a4c75540879002aafdcb (diff) |
clip recording keymap changes, thanks to dfkt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26943 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/keymap-sansaclip.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex index 4c7feed012..91faea2d08 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{\ActionRecPause}{\ButtonSelect} +\newcommand{\ActionRecExit}{\ButtonPower} \newcommand{\ActionRecNewfile}{\ButtonHome} -\newcommand{\ActionRecMenu}{Long \ButtonSelect} +\newcommand{\ActionRecMenu}{Long \ButtonDown} \newcommand{\ActionRecSettingsInc}{\ButtonRight} \newcommand{\ActionRecSettingsDec}{\ButtonLeft} -\newcommand{\ActionRecPrev}{\ButtonVolDown} -\newcommand{\ActionRecNext}{\ButtonVolUp} +\newcommand{\ActionRecPrev}{\ButtonDown} +\newcommand{\ActionRecNext}{\ButtonUp} %Button actions, FM radio context \newcommand{\ActionFMPreset}{\ButtonSelect} @@ -127,4 +127,4 @@ \newcommand{\PluginCancel}{\ButtonPower} \newcommand{\PluginExit}{Long \ButtonPower} \newcommand{\PluginSelect}{\ButtonSelect} -\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
\ No newline at end of file +\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} |