diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-10-09 07:52:27 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-10-09 07:52:27 +0000 |
| commit | 56f50615c0b609654cce3a6faa4a14faf5d715ab (patch) | |
| tree | e2b316bcce37471b935056caa832db73e0652cff | |
| parent | d8dda93268ee39e320b4e5ba47bb833467f02678 (diff) | |
| download | rockbox-56f50615c0b609654cce3a6faa4a14faf5d715ab.zip rockbox-56f50615c0b609654cce3a6faa4a14faf5d715ab.tar.gz rockbox-56f50615c0b609654cce3a6faa4a14faf5d715ab.tar.bz2 rockbox-56f50615c0b609654cce3a6faa4a14faf5d715ab.tar.xz | |
Add the bookmark context to the X5 keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11156 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/keymaps/keymap-x5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-x5.c b/apps/keymaps/keymap-x5.c index 52b702c..8c41eac 100644 --- a/apps/keymaps/keymap-x5.c +++ b/apps/keymaps/keymap-x5.c @@ -361,6 +361,8 @@ const struct button_mapping* get_context_mapping( int context ) return button_context_recscreen; case CONTEXT_KEYBOARD: return button_context_keyboard; + case CONTEXT_BOOKMARKSCREEN: + return button_context_bmark; case CONTEXT_FM: return button_context_radio; |