1 # HTC for AT&T 'rhod100 de' (Rhodium100 DE variant) Android 'navipad' layout
2 # Szymon Waliczek [majsterrr@gmail.com]
7 # 1. CALL, MENU, BACK do not wake up device any more.
8 # 2. Buttons used to wake it up is: POWER and END_CALL
9 # 3. Euro Symbol fixed.
11 # 1. CTRL button working ( see "rhod100_how_to.pdf" for more info )
12 # 2. ENVELOPE = Search ( see "rhod100_how_to.pdf" for more info )
15 # As per convention established in fuze_microp-keypad.kl, following
16 # keycodes are used for keys for which no 'obvious' code exists:
18 # Underscore uses keycode 'TAB'
19 # Exclamation uses keycode 'FOCUS'
20 # Quote uses keycode 'EQUALS'
21 # Colon uses keycode 'PLUS'
22 # Left parenthesis uses keycode 'LEFT_BRACKET'
23 # Right parenthesis uses keycode 'RIGHT_BRACKET'
25 # Top row of keys, left to right
37 # Second row of keys, left to right
49 # Third row of keys, left to right
61 # Fourth row of keys, left to right, skipping up arrow (handled in row 5)
72 # Fifth row of keys, left to right, plus up arrow from row 4
75 key 127 SEARCH #envelope
80 # Currently, the 'left' and 'up' buttons return the same keycode,
81 # but including what the other keycode should be here so it will work
82 # when the kernel is fixed
83 key 105 DPAD_UP WAKE_DROPPED
84 key 108 DPAD_LEFT WAKE_DROPPED
85 key 106 DPAD_DOWN WAKE_DROPPED
86 key 103 DPAD_RIGHT WAKE_DROPPED
88 # These 'hardware' buttons are actually handled by the microp-keypad driver
89 key 139 MENU #WAKE_DROPPED
90 key 158 BACK #WAKE_DROPPED
91 key 231 CALL #WAKE_DROPPED