1
0
Fork 0
forked from len0rd/rockbox

Touchscreen: Yet another WPS keymap tweak

- WPS --> Playlist:         Touch bottom right
- WPS --> ID3 screen:       Touch long bottom right
- WPS --> Recording screen: Touch long top left


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24733 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2010-02-17 21:01:31 +00:00
parent a20d3fa3a4
commit 658bd7b912
2 changed files with 5 additions and 5 deletions

View file

@ -92,10 +92,10 @@ static const struct button_mapping button_context_wps[] = {
{ ACTION_WPS_MENU, BUTTON_TOPLEFT|BUTTON_REL, BUTTON_TOPLEFT },
{ ACTION_WPS_QUICKSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REL, BUTTON_BOTTOMLEFT },
{ ACTION_WPS_VIEW_PLAYLIST, BUTTON_TOPLEFT|BUTTON_REPEAT, BUTTON_TOPLEFT },
{ ACTION_WPS_REC, BUTTON_BOTTOMRIGHT|BUTTON_REPEAT, BUTTON_BOTTOMRIGHT },
{ ACTION_WPS_VIEW_PLAYLIST, BUTTON_BOTTOMRIGHT|BUTTON_REL, BUTTON_BOTTOMRIGHT },
{ ACTION_WPS_REC, BUTTON_TOPLEFT|BUTTON_REPEAT, BUTTON_TOPLEFT },
{ ACTION_WPS_PITCHSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REPEAT, BUTTON_BOTTOMLEFT },
{ ACTION_WPS_ID3SCREEN, BUTTON_BOTTOMRIGHT|BUTTON_REL, BUTTON_BOTTOMRIGHT },
{ ACTION_WPS_ID3SCREEN, BUTTON_BOTTOMRIGHT|BUTTON_REPEAT, BUTTON_BOTTOMRIGHT },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_WPS)
}; /* button_context_wps */

View file

@ -21,7 +21,7 @@
\newcommand{\TouchActionQuickScreenExit}{Any corner or \TouchCenter}
\newcommand{\TouchActionStdMenu}{\TouchTopLeft}
\newcommand{\TouchActionStdOk}{\TouchCenter{} or \TouchMidRight}
\newcommand{\TouchActionStdRec}{}
\newcommand{\TouchActionStdRec}{Long \TouchTopLeft}
\newcommand{\TouchActionStdUsbCharge}{}
%Button actions, wps context
@ -40,7 +40,7 @@
\newcommand{\TouchActionWpsContext}{Long \TouchTopRight}
\newcommand{\TouchActionWpsBrowse}{\TouchTopRight}
\newcommand{\TouchActionWpsPitchScreen}{Long \TouchBottomLeft}
\newcommand{\TouchActionWpsIdThreeScreen}{\TouchBottomRight}
\newcommand{\TouchActionWpsIdThreeScreen}{Long \TouchBottomRight}
\newcommand{\TouchActionWpsAbSetBNextDir}{}
\newcommand{\TouchActionWpsAbSetAPrevDir}{}