78 lines
2.2 KiB
XML
78 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="breezydesktop">
|
|
<schema id="com.xronlinux.BreezyDesktop" path="/com/xronlinux/BreezyDesktop/">
|
|
<key name="recenter-display-shortcut" type="as">
|
|
<default>
|
|
<![CDATA[['<Control><Super>space']]]>
|
|
</default>
|
|
<summary>Re-center display</summary>
|
|
<description>
|
|
Shortcut to re-center the virtual display.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-display-distance-shortcut" type="as">
|
|
<default>
|
|
<![CDATA[['<Control><Super>Return']]]>
|
|
</default>
|
|
<summary>Trigger change to display distance</summary>
|
|
<description>
|
|
Shortcut to change the display distance.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-follow-shortcut" type="as">
|
|
<default>
|
|
<![CDATA[['<Control><Super>0']]]>
|
|
</default>
|
|
<summary>Toggle follow mode</summary>
|
|
<description>
|
|
Shortcut to toggle follow mode.
|
|
</description>
|
|
</key>
|
|
<key name="display-distance" type="d">
|
|
<default>
|
|
1.05
|
|
</default>
|
|
<summary>Display distance</summary>
|
|
<description>
|
|
How far away the display appears. Farther will look smaller, closer will look larger.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-display-distance-start" type="d">
|
|
<default>
|
|
0.85
|
|
</default>
|
|
<summary>Display distance start</summary>
|
|
<description>
|
|
Start distance when using the "change distance" shortcut.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-display-distance-end" type="d">
|
|
<default>
|
|
1.05
|
|
</default>
|
|
<summary>Display distance end</summary>
|
|
<description>
|
|
End distance when using the "toggle display distance" shortcut.
|
|
</description>
|
|
</key>
|
|
<key name="developer-mode" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Developer mode</summary>
|
|
<description>
|
|
Enable developer mode
|
|
</description>
|
|
</key>
|
|
<key name="debug" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Log debug messages</summary>
|
|
<description>
|
|
Log debug messages
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|