diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-11-18 20:52:43 -0800 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-11-23 15:26:48 -0800 |
commit | 061cf758841dfc972be3f0ec4857762fafe49aa6 (patch) | |
tree | cc91f82982cc7e0c5af117b5ddc40560777b0bae /libs/ui/KeyCharacterMap.cpp | |
parent | 86e735375eb4f681ec8501e12df4730397b4331c (diff) |
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
Diffstat (limited to 'libs/ui/KeyCharacterMap.cpp')
-rw-r--r-- | libs/ui/KeyCharacterMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ui/KeyCharacterMap.cpp b/libs/ui/KeyCharacterMap.cpp index 890cc3fe3714..e689c4b0d994 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; |