[Tizen] Fix to get the logical key to ecore key variable 85/193385/3 accepted/tizen/5.0/unified/20181120.162630 submit/tizen_5.0/20181120.092524
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 20 Nov 2018 05:24:49 +0000 (14:24 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 20 Nov 2018 07:47:36 +0000 (16:47 +0900)
commitdd1490e677293bcb4a81aa6d6162f5a93fa35adb
treeab5490037dbd9d7a850184e020ab7b4bbb280995
parent687bc2aedf86b6128d3bbdc2ff5bc032a33112cf
[Tizen] 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/input/windows/input-method-context-impl-win.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
dali/internal/window-system/windows/window-base-win.cpp