summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-03 20:17:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-03 20:17:25 +0000
commit1e88be518adafe146704a506aad7f895fffbb240 (patch)
tree59de8c14bcec054d32b82890f73391301ad152aa /apps/plugins/text_editor.c
parent364e892050c5d03895d27ad290180f7a82d0ecbf (diff)
downloadrockbox-1e88be518adafe146704a506aad7f895fffbb240.tar.gz
rockbox-1e88be518adafe146704a506aad7f895fffbb240.zip
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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 01af458654..f983dd30a3 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -57,6 +57,11 @@
57#define TEXT_EDITOR_CANCEL BUTTON_A 57#define TEXT_EDITOR_CANCEL BUTTON_A
58#define TEXT_EDITOR_ITEM_MENU BUTTON_MENU 58#define TEXT_EDITOR_ITEM_MENU BUTTON_MENU
59 59
60#elif CONFIG_KEYPAD == IRIVER_H10_PAD
61#define TEXT_EDITOR_SELECT BUTTON_REW
62#define TEXT_EDITOR_CANCEL BUTTON_POWER
63#define TEXT_EDITOR_ITEM_MENU BUTTON_PLAY
64
60#else 65#else
61 #error TEXT_EDITOR: Unsupported keypad 66 #error TEXT_EDITOR: Unsupported keypad
62#endif 67#endif