summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-touchpad.c')
-rw-r--r--apps/keymaps/keymap-touchpad.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-touchpad.c b/apps/keymaps/keymap-touchpad.c
index 7b60a80ed1..a6a4baad66 100644
--- a/apps/keymaps/keymap-touchpad.c
+++ b/apps/keymaps/keymap-touchpad.c
@@ -67,6 +67,15 @@ static const struct button_mapping button_context_standard[] = {
67}; /* button_context_standard */ 67}; /* button_context_standard */
68 68
69static const struct button_mapping button_context_wps[] = { 69static const struct button_mapping button_context_wps[] = {
70
71 { ACTION_WPS_SKIPNEXT, BUTTON_MIDRIGHT|BUTTON_REL, BUTTON_MIDRIGHT },
72 { ACTION_WPS_SKIPPREV, BUTTON_MIDLEFT|BUTTON_REL, BUTTON_MIDLEFT },
73
74 { ACTION_WPS_SEEKBACK, BUTTON_MIDLEFT|BUTTON_REPEAT, BUTTON_NONE },
75 { ACTION_WPS_SEEKFWD, BUTTON_MIDRIGHT|BUTTON_REPEAT, BUTTON_NONE },
76 { ACTION_WPS_STOPSEEK, BUTTON_MIDLEFT|BUTTON_REL, BUTTON_MIDLEFT|BUTTON_REPEAT },
77 { ACTION_WPS_STOPSEEK, BUTTON_MIDRIGHT|BUTTON_REL, BUTTON_MIDRIGHT|BUTTON_REPEAT },
78
70 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_WPS) 79 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_WPS)
71}; /* button_context_wps */ 80}; /* button_context_wps */
72 81