1 # HTC for AT&T 'rhod100 uk' (Rhodium100 UK Vodafone 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 )
14 # As per convention established in fuze_microp-keypad.kl, following
15 # keycodes are used for keys for which no 'obvious' code exists:
17 # Underscore uses keycode 'TAB'
18 # Exclamation uses keycode 'FOCUS'
19 # Quote uses keycode 'EQUALS'
20 # Colon uses keycode 'PLUS'
21 # Left parenthesis uses keycode 'LEFT_BRACKET'
22 # Right parenthesis uses keycode 'RIGHT_BRACKET'
24 # Top row of keys, left to right
36 # Second row of keys, left to right
48 # Third row of keys, left to right
60 # Fourth row of keys, left to right, skipping up arrow (handled in row 5)
71 # Fifth row of keys, left to right, plus up arrow from row 4
74 key 127 SEARCH #envelope
79 # Currently, the 'left' and 'up' buttons return the same keycode,
80 # but including what the other keycode should be here so it will work
81 # when the kernel is fixed
82 key 105 DPAD_UP WAKE_DROPPED
83 key 108 DPAD_LEFT WAKE_DROPPED
84 key 106 DPAD_DOWN WAKE_DROPPED
85 key 103 DPAD_RIGHT WAKE_DROPPED
87 # 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