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 95 96 97 98 99 100 101 102 103 104
|
<schemalist>
<schema id="xyz.parlatype.Parlatype" path="/xyz/parlatype/parlatype/">
<key name="rewind-on-pause" type="i">
<range min="0" max="10"/>
<default>2</default>
<summary>Rewind on pause</summary>
<description>Value in seconds.</description>
</key>
<key name="jump-back" type="i">
<range min="1" max="60"/>
<default>10</default>
<summary>Jump back</summary>
<description>Value in seconds.</description>
</key>
<key name="jump-forward" type="i">
<range min="1" max="60"/>
<default>10</default>
<summary>Jump forward</summary>
<description>Value in seconds.</description>
</key>
<key name="repeat-all" type="b">
<default>false</default>
<summary>Repeat file at the end</summary>
<description>When pressing "Play" at the end of file, it will be replayed.</description>
</key>
<key name="repeat-selection" type="b">
<default>true</default>
<summary>Repeat selection at the end</summary>
<description>When pressing "Play" at the end of a selection, it will be replayed.</description>
</key>
<key name="pps" type="i">
<range min="10" max="200"/>
<default>100</default>
<summary>Pixels per second</summary>
<description>Pixels per second.</description>
</key>
<key name="width" type="i">
<default>100</default>
<summary>Window’s width</summary>
<description>Window’s width.</description>
</key>
<key name="height" type="i">
<default>300</default>
<summary>Window’s height</summary>
<description>Window’s height.</description>
</key>
<key name="show-ruler" type="b">
<default>true</default>
<summary>Show ruler</summary>
<description>Show ruler.</description>
</key>
<key name="fixed-cursor" type="b">
<default>false</default>
<summary>Fixed cursor</summary>
<description>Fixed cursor.</description>
</key>
<key name="timestamp-precision" type="i">
<range min="0" max="2"/>
<default>1</default>
<summary>Timestamp precision</summary>
<description>Timestamp precision.</description>
</key>
<key name="timestamp-fixed" type="b">
<default>false</default>
<summary>Timestamp fixed digits</summary>
<description>Timestamp fixed digits.</description>
</key>
<key name="timestamp-delimiter" type="s">
<choices>
<choice value="None"/>
<choice value="#"/>
<choice value="("/>
<choice value="["/>
</choices>
<default>"#"</default>
<summary>Timestamp delimiter</summary>
<description>Timestamp delimiter.</description>
</key>
<key name="timestamp-fraction-sep" type="s">
<choices>
<choice value="."/>
<choice value="-"/>
</choices>
<default>"."</default>
<summary>Timestamp fraction separator</summary>
<description>Timestamp fraction separator.</description>
</key>
<key name="asr-config" type="s">
<default>"none"</default>
<summary>ID of active ASR configuration</summary>
<description>ID of active ASR configuration</description>
</key>
<key name="style-variant" type="s">
<choices>
<choice value="follow"/>
<choice value="light"/>
<choice value="dark"/>
</choices>
<default>"follow"</default>
<summary>Style Variant</summary>
<description>Use the light or dark variant of the GTK theme.</description>
</key>
</schema>
</schemalist>
|