/usr/share/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml is in accerciser 3.22.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="accerciser">
<schema path="/org/a11y/accerciser/" id="org.a11y.Accerciser" gettext-domain="accerciser">
<key type="as" name="disabled-plugins">
<default>[]</default>
<summary>A list of plugins that are disabled by default</summary>
<description>A list of plugins that are disabled by default.</description>
</key>
<key type="d" name="highlight-duration">
<default>0.5</default>
<summary>Highlight duration</summary>
<description>The duration of the highlight box when selecting accessible nodes.</description>
</key>
<key type="s" name="highlight-fill">
<default>"#ff00006f"</default>
<summary>Highlight fill color</summary>
<description>The color and opacity of the highlight fill.</description>
</key>
<key type="s" name="highlight-border">
<default>"#ff0000ff"</default>
<summary>Highlight border color</summary>
<description>The color and opacity of the highlight border.</description>
</key>
<key type="i" name="hpaned">
<default>250</default>
<summary>Horizontal split</summary>
<description>Position of the horizontal split of the main window.</description>
</key>
<key type="i" name="vpaned">
<default>350</default>
<summary>Vertical split</summary>
<description>Position of the vertical split of the main window.</description>
</key>
<key type="i" name="window-height">
<default>600</default>
<summary>Default window height</summary>
<description>The window height value.</description>
</key>
<key type="i" name="window-width">
<default>800</default>
<summary>Default window width</summary>
<description>The window width value.</description>
</key>
<child schema="org.a11y.Accerciser.pluginviews" name="pluginviews"/>
<child schema="org.a11y.Accerciser.newpluginviews" name="newpluginviews"/>
<child schema="org.a11y.Accerciser.hotkeys" name="hotkeys"/>
</schema>
<schema path="/org/a11y/accerciser/pluginviews/" id="org.a11y.Accerciser.pluginviews" gettext-domain="accerciser">
<key type="as" name="bottom-panel-layout">
<default>["IPython Console"]</default>
<summary>The layout for the bottom panel</summary>
<description>The layout for the bottom panel pluginview.</description>
</key>
<key type="as" name="top-panel-layout">
<default>["Interface Viewer", "API Browser", "Event Monitor", "Script Recorder"]</default>
<summary>The layout for the top panel</summary>
<description>The layout for the top panel pluginview.</description>
</key>
<key type="b" name="layout-single">
<default>false</default>
<summary>Single layout view</summary>
<description>View plugins in a single layout.</description>
</key>
<key type="as" name="available-newviews">
<default>[]</default>
<summary>Available new pluginviews</summary>
<description>This list contains all the new available pluginviews</description>
</key>
</schema>
<schema id="org.a11y.Accerciser.newpluginviews" gettext-domain="accerciser">
<key type="as" name="layout">
<default>[]</default>
<summary>The pluginview layout</summary>
<description>The default plugin layout for the top panel.</description>
</key>
<key type="i" name="height">
<default>480</default>
<summary>Window height</summary>
<description>Window height value.</description>
</key>
<key type="i" name="width">
<default>480</default>
<summary>Window width</summary>
<description>Window width value.</description>
</key>
</schema>
<schema id="org.a11y.Accerciser.hotkeys" gettext-domain="accerciser">
<key type="s" name="hotkey-combo">
<default>""</default>
<summary>Hotkey combination</summary>
<description>Hotkey combination for related action.</description>
</key>
</schema>
</schemalist>
|