diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-14 17:32:47 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-14 17:32:47 +0000 |
| commit | 19a05cb4f9adfed444c3ce7d2cc3fe8fa633fcf2 (patch) | |
| tree | 8f484e3611f9004b414bc6662680986d6c4f68fb /manual/platform/keymap-touchscreen.tex | |
| parent | 7b5875ef5c5ec4b79f2af8469258164b723b0b3b (diff) | |
| download | rockbox-19a05cb4f9adfed444c3ce7d2cc3fe8fa633fcf2.zip rockbox-19a05cb4f9adfed444c3ce7d2cc3fe8fa633fcf2.tar.gz rockbox-19a05cb4f9adfed444c3ce7d2cc3fe8fa633fcf2.tar.bz2 rockbox-19a05cb4f9adfed444c3ce7d2cc3fe8fa633fcf2.tar.xz | |
Touchscreen: Pitch-screen and Quick-screen keymapping changes
- Quick-screen: Allow exit by pressing any corner
- Pitch-screen: Exit by pressing either of the top or bottom left corners
- Pitch-screen: Toggle mode by pressing either of the top or bottom right corners
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24652 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/keymap-touchscreen.tex')
| -rw-r--r-- | manual/platform/keymap-touchscreen.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-touchscreen.tex b/manual/platform/keymap-touchscreen.tex index 5c21582..92404d0 100644 --- a/manual/platform/keymap-touchscreen.tex +++ b/manual/platform/keymap-touchscreen.tex @@ -81,7 +81,7 @@ \newcommand{\TouchActionPsNudgeLeft}{\TouchMidLeft} \newcommand{\TouchActionPsNudgeRight}{\TouchMidRight} \newcommand{\TouchActionPsReset}{\TouchCenter} -\newcommand{\TouchActionPsExit}{\TouchTopLeft} +\newcommand{\TouchActionPsExit}{\TouchBottomLeft} \newcommand{\TouchActionPsSlower}{Long \TouchMidLeft} \newcommand{\TouchActionPsFaster}{Long \TouchMidRight} |