diff options
| author | Martin Scarratt <mmmm@rockbox.org> | 2006-08-17 23:48:25 +0000 |
|---|---|---|
| committer | Martin Scarratt <mmmm@rockbox.org> | 2006-08-17 23:48:25 +0000 |
| commit | 5119b18e9307e0730eb1465422cf9c689b79687c (patch) | |
| tree | d48cc3c30b8088b2d555a8db177d6abe1c1312e8 /apps/keymaps | |
| parent | 567cb6e615dca698d8ce7a46b8f94ccd8500f428 (diff) | |
| download | rockbox-5119b18e9307e0730eb1465422cf9c689b79687c.zip rockbox-5119b18e9307e0730eb1465422cf9c689b79687c.tar.gz rockbox-5119b18e9307e0730eb1465422cf9c689b79687c.tar.bz2 rockbox-5119b18e9307e0730eb1465422cf9c689b79687c.tar.xz | |
H1xx remote: restore functionality of stop button as back button in filebrowser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps')
| -rw-r--r-- | apps/keymaps/keymap-h1x0_h3x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c index 2a6cf03..e65aa4c 100644 --- a/apps/keymaps/keymap-h1x0_h3x0.c +++ b/apps/keymaps/keymap-h1x0_h3x0.c @@ -246,7 +246,6 @@ const struct button_mapping button_context_listtree_h100lcdremote[] = { { ACTION_LISTTREE_PGDOWN, BUTTON_RC_BITRATE, BUTTON_NONE }, { ACTION_LISTTREE_PGDOWN, BUTTON_RC_BITRATE|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_TREE_WPS, BUTTON_RC_ON|BUTTON_REL, BUTTON_RC_ON }, - { ACTION_TREE_STOP, BUTTON_RC_STOP, BUTTON_NONE }, LAST_ITEM_IN_LIST }; /* button_context_listtree_h100lcdremote */ |