[a11y] set accessible name "Keyboard" to window 00/169900/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 9 Feb 2018 02:03:25 +0000 (11:03 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 12 Feb 2018 05:26:42 +0000 (05:26 +0000)
Change-Id: Idd9b49398ee77bcc733dae8212eafd386fa7e85e
(cherry picked from commit 5640a7e61b76afecedb2251efb9d43888bf1095e)

src/sclcoreui-efl.cpp

index 9510dcb..f159604 100644 (file)
@@ -417,6 +417,7 @@ sclboolean CSCLCoreUIEFL::create_main_window()
     elm_win_keyboard_win_set(main_window, EINA_TRUE);
     elm_win_autodel_set(main_window, EINA_TRUE);
     elm_win_title_set(main_window, m_appid);
+    elm_atspi_accessible_name_set(main_window, "Keyboard");
     elm_atspi_accessible_role_set(main_window, ELM_ATSPI_ROLE_INPUT_METHOD_WINDOW);
     elm_win_prop_focus_skip_set(main_window, EINA_TRUE);
     int rots[] = { 0, 90, 180, 270 };