You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml

12 lines
730 B

<?xml version="1.0" ?>
<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
<accessible description="first child" name="obj1" role="alert"/>
<accessible_action description="second child" name="obj2" role="application">
<action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/>
<action action_name="action2" action_description="action2 description" key_binding="action2 key binding"/>
</accessible_action>
<accessible_action description="third child" name="obj3" role="push button">
<action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/>
</accessible_action>
</accessible>