Set atspi accessible name for screen reader support 28/158628/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 2 Nov 2017 05:16:26 +0000 (14:16 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 2 Nov 2017 06:56:10 +0000 (15:56 +0900)
Change-Id: Ie19f4540a461a49fef629e6d429797364aa76ac9

src/modeindicator.cpp

index 5b59520..1c25438 100644 (file)
@@ -40,6 +40,7 @@ void create_indicator_window(sclint width, sclint height)
         elm_win_borderless_set(win, EINA_TRUE);
         elm_win_title_set(win, "ISF Popup");
         elm_win_prop_focus_skip_set(static_cast<Evas_Object*>(win), EINA_TRUE);
+        elm_atspi_accessible_name_set(win, "ISF Indicator");
     }
 
     LOGD("screen width : %d, height : %d\n", width, height);