forked from len0rd/rockbox
add a hotkey option to the wps touchregion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b086067f3f
commit
ee6aca9860
1 changed files with 1 additions and 0 deletions
|
@ -1505,6 +1505,7 @@ static const struct touchaction touchactions[] = {
|
||||||
{"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT },
|
{"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT },
|
||||||
{"playlist", ACTION_WPS_VIEW_PLAYLIST }, {"pitch", ACTION_WPS_PITCHSCREEN},
|
{"playlist", ACTION_WPS_VIEW_PLAYLIST }, {"pitch", ACTION_WPS_PITCHSCREEN},
|
||||||
{"voldown", ACTION_WPS_VOLDOWN}, {"volup", ACTION_WPS_VOLUP},
|
{"voldown", ACTION_WPS_VOLDOWN}, {"volup", ACTION_WPS_VOLUP},
|
||||||
|
{"hotkey", ACTION_WPS_HOTKEY}
|
||||||
};
|
};
|
||||||
static int parse_touchregion(const char *wps_bufptr,
|
static int parse_touchregion(const char *wps_bufptr,
|
||||||
struct wps_token *token, struct wps_data *wps_data)
|
struct wps_token *token, struct wps_data *wps_data)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue