summaryrefslogtreecommitdiffstats
path: root/sii9234_rcp.kcm
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2012-05-29 15:58:53 -0700
committerGreg Hackmann <ghackmann@google.com>2012-05-29 16:07:50 -0700
commite7cc5bde77be7298f69170de5480b7d3b62f63b1 (patch)
tree2537225eba726e7b813e440d66e9101703150201 /sii9234_rcp.kcm
parent7cd304e98b6da5a28e0dfba575b7427aeaf33d1b (diff)
downloaddevice_samsung_tuna-e7cc5bde77be7298f69170de5480b7d3b62f63b1.zip
device_samsung_tuna-e7cc5bde77be7298f69170de5480b7d3b62f63b1.tar.gz
device_samsung_tuna-e7cc5bde77be7298f69170de5480b7d3b62f63b1.tar.bz2
tuna: specify key behavior for sii9234 numeric keypad
Fixes apps not responding to RCP device's numeric keys Change-Id: I9bc7ba6423e0c52501cd8a2ec8e96ea0ef5186a8 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'sii9234_rcp.kcm')
-rw-r--r--sii9234_rcp.kcm48
1 files changed, 48 insertions, 0 deletions
diff --git a/sii9234_rcp.kcm b/sii9234_rcp.kcm
index 6fc2422..7fde864 100644
--- a/sii9234_rcp.kcm
+++ b/sii9234_rcp.kcm
@@ -13,3 +13,51 @@
# limitations under the License.
type SPECIAL_FUNCTION
+
+key NUMPAD_0 {
+ label, base: '0'
+}
+
+key NUMPAD_1 {
+ label, base: '1'
+}
+
+key NUMPAD_2 {
+ label, base: '2'
+}
+
+key NUMPAD_3 {
+ label, base: '3'
+}
+
+key NUMPAD_4 {
+ label, base: '4'
+}
+
+key NUMPAD_5 {
+ label, base: '5'
+}
+
+key NUMPAD_6 {
+ label, base: '6'
+}
+
+key NUMPAD_7 {
+ label, base: '7'
+}
+
+key NUMPAD_8 {
+ label, base: '8'
+}
+
+key NUMPAD_9 {
+ label, base: '9'
+}
+
+key NUMPAD_DOT {
+ label, base: '.'
+}
+
+key NUMPAD_ENTER {
+ label, base: '\n'
+}