mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Clip+: arbitrary combo (home+select) for button lock
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25293 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1657174561
commit
7379718624
1 changed files with 4 additions and 0 deletions
|
|
@ -84,6 +84,10 @@ static const struct button_mapping button_context_wps[] = {
|
|||
{ ACTION_WPS_ID3SCREEN, BUTTON_SELECT|BUTTON_DOWN, BUTTON_SELECT },
|
||||
{ ACTION_WPS_VIEW_PLAYLIST, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
|
||||
|
||||
#ifndef HAS_BUTTON_HOLD /* Clip+ */
|
||||
{ ACTION_STD_KEYLOCK, BUTTON_HOME|BUTTON_SELECT, BUTTON_NONE },
|
||||
#endif /* HAS_BUTTON_HOLD */
|
||||
|
||||
LAST_ITEM_IN_LIST
|
||||
}; /* button_context_wps */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue