[a11y] set accessible name "Keyboard" to window
[platform/core/uifw/libscl-core.git] / 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 };