From 658bd7b91280e4c7e21e076bf94219abf36c3ac5 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 17 Feb 2010 21:01:31 +0000 Subject: 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 --- apps/keymaps/keymap-touchscreen.c | 6 +++--- manual/platform/keymap-touchscreen.tex | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/keymaps/keymap-touchscreen.c b/apps/keymaps/keymap-touchscreen.c index b4e9d97395..bc759e021c 100644 --- a/apps/keymaps/keymap-touchscreen.c +++ b/apps/keymaps/keymap-touchscreen.c @@ -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 */ diff --git a/manual/platform/keymap-touchscreen.tex b/manual/platform/keymap-touchscreen.tex index f5c9286aac..f506637446 100644 --- a/manual/platform/keymap-touchscreen.tex +++ b/manual/platform/keymap-touchscreen.tex @@ -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}{} -- cgit v1.2.3