diff options
author | Alex Parker <rockbox@aeparker.com> | 2010-06-14 20:15:56 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2010-06-14 20:15:56 +0000 |
commit | 7a72a291cbba5fb727a76966ffc72920427b71b3 (patch) | |
tree | aa953103d910c22d6dd53f405a1d34400bfef3b1 /manual/platform/keymap-cowond2.tex | |
parent | cf985f038107b9431bbbf025263d96e54fecfa46 (diff) | |
download | rockbox-7a72a291cbba5fb727a76966ffc72920427b71b3.tar.gz rockbox-7a72a291cbba5fb727a76966ffc72920427b71b3.zip |
Add WPS hotkey for the D2, and make the tree hotkey only valid for non-touchscreen targets. This will have to be revisited if we gain touchscreen targets with tree hotkey capabilities.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26848 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/keymap-cowond2.tex')
-rw-r--r-- | manual/platform/keymap-cowond2.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/platform/keymap-cowond2.tex b/manual/platform/keymap-cowond2.tex index ebe3b8a2f7..53140c8fe0 100644 --- a/manual/platform/keymap-cowond2.tex +++ b/manual/platform/keymap-cowond2.tex @@ -42,6 +42,8 @@ \newcommand{\ActionWpsAbSetAPrevDir}{\TouchActionWpsAbSetAPrevDir} \newcommand{\ActionWpsAbReset}{\TouchActionWpsAbReset} +\newcommand{\ActionWpsHotkey}{\TouchBottomRight} + %Button actions, tree context \newcommand{\ActionTreeWps}{\ButtonPlus{}+\ButtonMenu{} or \TouchActionTreeWps} \newcommand{\ActionTreeStop}{\ButtonMinus{}+\ButtonPower{} or \TouchActionTreeStop} |