forked from len0rd/rockbox
Corrected a small bug about status bar not refreshing the clock in menus on archos, added some H1x0 remote key bindings (thanks Stephan Wezel for the patch ! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65fe5f144d
commit
b83dc3861e
5 changed files with 28 additions and 8 deletions
|
|
@ -53,7 +53,8 @@
|
|||
#define TREE_RC_EXIT BUTTON_RC_STOP
|
||||
#define TREE_RC_RUN (BUTTON_RC_MENU | BUTTON_REL)
|
||||
#define TREE_RC_RUN_PRE BUTTON_RC_MENU
|
||||
#define TREE_RC_MENU BUTTON_RC_MODE
|
||||
#define TREE_RC_MENU ( BUTTON_RC_MODE | BUTTON_REL)
|
||||
#define TREE_RC_MENU_PRE BUTTON_RC_MODE
|
||||
#define TREE_RC_WPS (BUTTON_RC_ON | BUTTON_REL)
|
||||
#define TREE_RC_WPS_PRE BUTTON_RC_ON
|
||||
#define TREE_RC_CONTEXT (BUTTON_RC_ON | BUTTON_REPEAT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue