diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 20:17:25 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 20:17:25 +0000 |
| commit | 1e88be518adafe146704a506aad7f895fffbb240 (patch) | |
| tree | 59de8c14bcec054d32b82890f73391301ad152aa /apps/plugins/text_editor.c | |
| parent | 364e892050c5d03895d27ad290180f7a82d0ecbf (diff) | |
| download | rockbox-1e88be518adafe146704a506aad7f895fffbb240.zip rockbox-1e88be518adafe146704a506aad7f895fffbb240.tar.gz rockbox-1e88be518adafe146704a506aad7f895fffbb240.tar.bz2 rockbox-1e88be518adafe146704a506aad7f895fffbb240.tar.xz | |
Barry Wardell's keymappings for H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/text_editor.c')
| -rw-r--r-- | apps/plugins/text_editor.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 01af458..f983dd3 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -57,6 +57,11 @@ #define TEXT_EDITOR_CANCEL BUTTON_A #define TEXT_EDITOR_ITEM_MENU BUTTON_MENU +#elif CONFIG_KEYPAD == IRIVER_H10_PAD +#define TEXT_EDITOR_SELECT BUTTON_REW +#define TEXT_EDITOR_CANCEL BUTTON_POWER +#define TEXT_EDITOR_ITEM_MENU BUTTON_PLAY + #else #error TEXT_EDITOR: Unsupported keypad #endif |