diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-09-02 00:23:23 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-09-02 00:23:23 +0000 |
commit | 9d70197f6424e1b3c815de4aa5b0521ada41343c (patch) | |
tree | 431a6883b1995742e26587982e0693200b868387 /manual/platform/keymap-ipod3g.tex | |
parent | db287c0971e6fb33e52a7301e0117f6da4eeb5db (diff) |
Forgot to add keys for the quickscreens' top item for the ipods (they didn't have ACTION_QS_DOWNINV before). As that one was used as exit button, remap the exit button to select as the other scrollwheel targets also do.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22597 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/keymap-ipod3g.tex')
-rw-r--r-- | manual/platform/keymap-ipod3g.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-ipod3g.tex b/manual/platform/keymap-ipod3g.tex index f3bf5d6785..f3735cffbb 100644 --- a/manual/platform/keymap-ipod3g.tex +++ b/manual/platform/keymap-ipod3g.tex @@ -17,7 +17,7 @@ \newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay} \newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} -\newcommand{\ActionQuickScreenExit}{\ButtonMenu} +\newcommand{\ActionQuickScreenExit}{\ButtonSelect} \newcommand{\ActionStdMenu}{\ButtonMenu} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} |