diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-17 18:04:17 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-17 18:04:17 +0000 |
commit | bb20b6c4c395a65c7ee56a0df4e9d1e6852c23e6 (patch) | |
tree | 494f6aa021d70fea3148bc380dd2e6321e2bb222 /manual | |
parent | b8782292a23c4d9a3b6af72bc9e2e69127d36df8 (diff) |
Cowon D2: Map ACTION_WPS_BROWSE to BUTTON_MINUS|BUTTON_POWER because you sometimes hit it by accident when turning off hold feature.
Suggested by Bkd11 in the Cowon D2 forum thread.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/keymap-cowond2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-cowond2.tex b/manual/platform/keymap-cowond2.tex index cc8edb80dd..c6fd2a4f7e 100644 --- a/manual/platform/keymap-cowond2.tex +++ b/manual/platform/keymap-cowond2.tex @@ -34,7 +34,7 @@ \newcommand{\ActionWpsQuickScreen}{\TouchActionWpsQuickScreen} \newcommand{\ActionWpsMenu}{\ButtonMenu{} or \TouchActionWpsMenu} \newcommand{\ActionWpsContext}{Long \ButtonMenu{} or \TouchActionWpsContext} -\newcommand{\ActionWpsBrowse}{\ButtonPower{} or \TouchActionWpsBrowse} +\newcommand{\ActionWpsBrowse}{\ButtonMinus{}+\ButtonPower{} or \TouchActionWpsBrowse} \newcommand{\ActionWpsPitchScreen}{\TouchActionWpsPitchScreen} \newcommand{\ActionWpsIdThreeScreen}{\TouchActionWpsIdThreeScreen} |