From d5fdf7d74b1ff47ed457ecdb0e0c4310ff7d031f Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 18 Nov 2010 20:52:43 -0800 Subject: Port Emulator keymaps. Also added a validation tool for keymaps (not currently integrated into the build system but getting there). This change brings back Android.mk with the intent that it will be used to validate keymaps in a later change. Added some missing keys that are present on phones. Bug: 3215210 Bug: 3225421 Change-Id: Id817c6e2215164616942c51a42752915d9ceacd3 --- libs/ui/KeyCharacterMap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ui/KeyCharacterMap.cpp') diff --git a/libs/ui/KeyCharacterMap.cpp b/libs/ui/KeyCharacterMap.cpp index 890cc3fe37..e689c4b0d9 100644 --- a/libs/ui/KeyCharacterMap.cpp +++ b/libs/ui/KeyCharacterMap.cpp @@ -733,6 +733,7 @@ status_t KeyCharacterMap::Parser::parseModifier(const String8& token, int32_t* o } combinedMeta |= metaState; + start = cur + 1; if (ch == '\0') { break; -- cgit v1.2.3-59-g8ed1b