2022-11-17 19:32:49 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcUaSeeingPage" parent="AdwPreferencesPage">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
|
|
|
<child>
|
2023-04-01 00:47:20 +02:00
|
|
|
<object class="AdwSwitchRow" id="high_contrast_row">
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="title" translatable="yes">_High Contrast</property>
|
2022-11-30 17:07:19 -03:30
|
|
|
<property name="subtitle" translatable="yes">Increase color contrast of foreground and background interface elements</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2023-04-01 00:47:20 +02:00
|
|
|
<object class="AdwSwitchRow" id="animations_row">
|
2022-11-23 10:51:37 +05:30
|
|
|
<property name="title" translatable="yes">_Reduce Animation</property>
|
|
|
|
<property name="subtitle" translatable="yes">Reduce animations in the user interface to reduce motion</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2023-04-01 00:47:20 +02:00
|
|
|
<object class="AdwSwitchRow" id="large_text_row">
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="title" translatable="yes">_Large Text</property>
|
2022-11-30 17:07:19 -03:30
|
|
|
<property name="subtitle" translatable="yes">Increase the size of all text in the user interface</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow" id="cursor_size_row">
|
|
|
|
<property name="title" translatable="yes">_Cursor Size</property>
|
2022-11-30 17:07:19 -03:30
|
|
|
<property name="subtitle" translatable="yes">The size of the cursor can be increased to make it easier to see</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<signal name="activated" handler="ua_cursor_row_activated_cb" swapped="yes"/>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2023-04-01 00:47:20 +02:00
|
|
|
<object class="AdwSwitchRow" id="sound_keys_row">
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="title" translatable="yes">_Sound Keys</property>
|
2022-11-22 20:40:44 +05:30
|
|
|
<property name="subtitle" translatable="yes">Beep when Num Lock or Caps Lock are turned on or off</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2023-04-01 00:47:20 +02:00
|
|
|
<object class="AdwSwitchRow" id="overlay_scrollbars_row">
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="title" translatable="yes">_Overlay Scrollbars</property>
|
2022-11-22 20:40:44 +05:30
|
|
|
<property name="subtitle" translatable="yes">Use scrollbars that overlay the content and automatically hide</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
2023-04-01 00:47:20 +02:00
|
|
|
<object class="AdwSwitchRow" id="screen_reader_row">
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="title" translatable="yes">Screen _Reader</property>
|
2022-11-22 20:40:44 +05:30
|
|
|
<property name="subtitle" translatable="yes">The screen reader reads displayed text as you move the focus</property>
|
2022-11-17 19:32:49 +05:30
|
|
|
<property name="use-underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
</interface>
|