summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/keymaps/keymap-touchscreen.c6
-rw-r--r--manual/platform/keymap-touchscreen.tex4
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[] = {
92 92
93 { ACTION_WPS_MENU, BUTTON_TOPLEFT|BUTTON_REL, BUTTON_TOPLEFT }, 93 { ACTION_WPS_MENU, BUTTON_TOPLEFT|BUTTON_REL, BUTTON_TOPLEFT },
94 { ACTION_WPS_QUICKSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REL, BUTTON_BOTTOMLEFT }, 94 { ACTION_WPS_QUICKSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REL, BUTTON_BOTTOMLEFT },
95 { ACTION_WPS_VIEW_PLAYLIST, BUTTON_TOPLEFT|BUTTON_REPEAT, BUTTON_TOPLEFT }, 95 { ACTION_WPS_VIEW_PLAYLIST, BUTTON_BOTTOMRIGHT|BUTTON_REL, BUTTON_BOTTOMRIGHT },
96 { ACTION_WPS_REC, BUTTON_BOTTOMRIGHT|BUTTON_REPEAT, BUTTON_BOTTOMRIGHT }, 96 { ACTION_WPS_REC, BUTTON_TOPLEFT|BUTTON_REPEAT, BUTTON_TOPLEFT },
97 { ACTION_WPS_PITCHSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REPEAT, BUTTON_BOTTOMLEFT }, 97 { ACTION_WPS_PITCHSCREEN, BUTTON_BOTTOMLEFT|BUTTON_REPEAT, BUTTON_BOTTOMLEFT },
98 { ACTION_WPS_ID3SCREEN, BUTTON_BOTTOMRIGHT|BUTTON_REL, BUTTON_BOTTOMRIGHT }, 98 { ACTION_WPS_ID3SCREEN, BUTTON_BOTTOMRIGHT|BUTTON_REPEAT, BUTTON_BOTTOMRIGHT },
99 99
100 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_WPS) 100 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_WPS)
101}; /* button_context_wps */ 101}; /* 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 @@
21\newcommand{\TouchActionQuickScreenExit}{Any corner or \TouchCenter} 21\newcommand{\TouchActionQuickScreenExit}{Any corner or \TouchCenter}
22\newcommand{\TouchActionStdMenu}{\TouchTopLeft} 22\newcommand{\TouchActionStdMenu}{\TouchTopLeft}
23\newcommand{\TouchActionStdOk}{\TouchCenter{} or \TouchMidRight} 23\newcommand{\TouchActionStdOk}{\TouchCenter{} or \TouchMidRight}
24\newcommand{\TouchActionStdRec}{} 24\newcommand{\TouchActionStdRec}{Long \TouchTopLeft}
25\newcommand{\TouchActionStdUsbCharge}{} 25\newcommand{\TouchActionStdUsbCharge}{}
26 26
27%Button actions, wps context 27%Button actions, wps context
@@ -40,7 +40,7 @@
40\newcommand{\TouchActionWpsContext}{Long \TouchTopRight} 40\newcommand{\TouchActionWpsContext}{Long \TouchTopRight}
41\newcommand{\TouchActionWpsBrowse}{\TouchTopRight} 41\newcommand{\TouchActionWpsBrowse}{\TouchTopRight}
42\newcommand{\TouchActionWpsPitchScreen}{Long \TouchBottomLeft} 42\newcommand{\TouchActionWpsPitchScreen}{Long \TouchBottomLeft}
43\newcommand{\TouchActionWpsIdThreeScreen}{\TouchBottomRight} 43\newcommand{\TouchActionWpsIdThreeScreen}{Long \TouchBottomRight}
44 44
45\newcommand{\TouchActionWpsAbSetBNextDir}{} 45\newcommand{\TouchActionWpsAbSetBNextDir}{}
46\newcommand{\TouchActionWpsAbSetAPrevDir}{} 46\newcommand{\TouchActionWpsAbSetAPrevDir}{}