Fix to get the logical key to ecore key variable 42/193442/2
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 20 Nov 2018 05:24:49 +0000 (14:24 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 17 Dec 2018 02:21:18 +0000 (11:21 +0900)
commit06bb57a7235d2b7accf33224166c70a2e58dd898
tree1bc8053489ec67aecf084b66b7dd803a663e4e6a
parent63e2ec56cd4076c8017526b3066a42201751dd0a
Fix to get the logical key to ecore key variable

- Ecore key variable should be the logical key,
  not the string name of the key pressed.
- For example, if the user press 'Shift + 2' key,
  keyPressedName is 2, but key variable is "at" and key string is "@".

Change-Id: I1c59b69873635e180e9e66f347c8ebe0b394ac9f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp
dali/internal/input/ubuntu-x11/input-method-context-impl-x.cpp
dali/internal/window-system/tizen-wayland/ecore-wl/window-base-ecore-wl.cpp
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp
dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp