1
0
Fork 0
forked from len0rd/rockbox

Touchscreen: Change WPS key mappings

- Pressing top-right switches back and forth from WPS to last browsed directory
- Pressing top-left switches from WPS to Main Menu, and vice-versa
- Pressing center pauses
- Long pressing center stops


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2010-02-14 17:12:31 +00:00
parent 5ea32cf05a
commit 7b5875ef5c
2 changed files with 8 additions and 8 deletions

View file

@ -71,8 +71,8 @@ static const struct button_mapping button_context_standard[] = {
static const struct button_mapping button_context_wps[] = {
{ ACTION_WPS_PLAY, BUTTON_TOPRIGHT|BUTTON_REL, BUTTON_TOPRIGHT },
{ ACTION_WPS_STOP, BUTTON_TOPRIGHT|BUTTON_REPEAT, BUTTON_TOPRIGHT },
{ ACTION_WPS_PLAY, BUTTON_CENTER|BUTTON_REL, BUTTON_CENTER },
{ ACTION_WPS_STOP, BUTTON_CENTER|BUTTON_REPEAT, BUTTON_CENTER },
{ ACTION_WPS_SKIPPREV, BUTTON_MIDLEFT|BUTTON_REL, BUTTON_MIDLEFT },
{ ACTION_WPS_SEEKBACK, BUTTON_MIDLEFT|BUTTON_REPEAT, BUTTON_NONE },
@ -87,8 +87,8 @@ static const struct button_mapping button_context_wps[] = {
{ ACTION_WPS_VOLDOWN, BUTTON_BOTTOMMIDDLE, BUTTON_NONE },
{ ACTION_WPS_VOLDOWN, BUTTON_BOTTOMMIDDLE|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_WPS_BROWSE, BUTTON_CENTER|BUTTON_REL, BUTTON_CENTER },
{ ACTION_WPS_CONTEXT, BUTTON_CENTER|BUTTON_REPEAT, BUTTON_CENTER },
{ ACTION_WPS_BROWSE, BUTTON_TOPRIGHT|BUTTON_REL, BUTTON_TOPRIGHT },
{ ACTION_WPS_CONTEXT, BUTTON_TOPRIGHT|BUTTON_REPEAT, BUTTON_TOPRIGHT },
{ ACTION_WPS_MENU, BUTTON_TOPLEFT|BUTTON_REL, BUTTON_TOPLEFT },
{ ACTION_WPS_QUICKSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REL, BUTTON_BOTTOMLEFT },

View file

@ -25,20 +25,20 @@
\newcommand{\TouchActionStdUsbCharge}{}
%Button actions, wps context
\newcommand{\TouchActionWpsPlay}{\TouchTopRight}
\newcommand{\TouchActionWpsPlay}{\TouchCenter}
\newcommand{\TouchActionWpsSkipNext}{\TouchMidRight}
\newcommand{\TouchActionWpsSeekFwd}{Long \TouchMidRight}
\newcommand{\TouchActionWpsSkipPrev}{\TouchMidLeft}
\newcommand{\TouchActionWpsSeekBack}{Long \TouchMidLeft}
\newcommand{\TouchActionWpsStop}{Long \TouchTopRight}
\newcommand{\TouchActionWpsStop}{Long \TouchCenter}
\newcommand{\TouchActionWpsVolDown}{\TouchBottomMiddle}
\newcommand{\TouchActionWpsVolUp}{\TouchTopMiddle}
\newcommand{\TouchActionWpsQuickScreen}{\TouchBottomLeft}
\newcommand{\TouchActionWpsMenu}{\TouchTopLeft}
\newcommand{\TouchActionWpsContext}{Long \TouchCenter}
\newcommand{\TouchActionWpsBrowse}{\TouchCenter}
\newcommand{\TouchActionWpsContext}{Long \TouchTopRight}
\newcommand{\TouchActionWpsBrowse}{\TouchTopRight}
\newcommand{\TouchActionWpsPitchScreen}{Long \TouchBottomLeft}
\newcommand{\TouchActionWpsIdThreeScreen}{\TouchBottomRight}