From 8bca94ad83f82682bc15df29dc25377fe43da17f Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 23 Apr 2012 16:12:32 -0700 Subject: More work on international keyboards. Changed the English US keymaps to implement a strict US key map with no additional ALT functions. Fixed a bug copying the alias in the InputDevice copy constructor. Added support for end of line comments in KCM and KL files. Added the German keyboard layout. Sorted the keys in the keyboard layout files by physical arrangement to make it easier to maintain them. Bug: 6110399 Change-Id: If44d83de5b98f2bf0016cbb8e12264387b286aaa --- libs/androidfw/InputDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/androidfw/InputDevice.cpp') diff --git a/libs/androidfw/InputDevice.cpp b/libs/androidfw/InputDevice.cpp index 5237063a4e94..928157f0bcfa 100644 --- a/libs/androidfw/InputDevice.cpp +++ b/libs/androidfw/InputDevice.cpp @@ -132,7 +132,7 @@ InputDeviceInfo::InputDeviceInfo() { InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) : mId(other.mId), mGeneration(other.mGeneration), mIdentifier(other.mIdentifier), - mSources(other.mSources), + mAlias(other.mAlias), mSources(other.mSources), mKeyboardType(other.mKeyboardType), mKeyCharacterMap(other.mKeyCharacterMap), mHasVibrator(other.mHasVibrator), -- cgit v1.2.3-59-g8ed1b