47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.aerospike" path="/org/gnome/shell/extensions/aerospike/">
|
|
<key name="dropdown-option" type="s">
|
|
<default>'option1'</default>
|
|
<summary>Dropdown selection</summary>
|
|
<description>Option selected from the dropdown menu</description>
|
|
</key>
|
|
|
|
<key name="color-selection" type="s">
|
|
<default>'rgb(255,0,0)'</default>
|
|
<summary>Selected color</summary>
|
|
<description>Color chosen from the color picker</description>
|
|
</key>
|
|
|
|
<key name="move-left" type="as">
|
|
<default><![CDATA[['<Super>1']]]></default>
|
|
<summary>Keybinding for action 1</summary>
|
|
<description>Keyboard shortcut for triggering action 1</description>
|
|
</key>
|
|
|
|
<key name="move-right" type="as">
|
|
<default><![CDATA[['<Super>2']]]></default>
|
|
<summary>Keybinding for action 2</summary>
|
|
<description>Keyboard shortcut for triggering action 2</description>
|
|
</key>
|
|
|
|
<key name="join-with-left" type="as">
|
|
<default><![CDATA[['<Super>3']]]></default>
|
|
<summary>Keybinding for action 3</summary>
|
|
<description>Keyboard shortcut for triggering action 3</description>
|
|
</key>
|
|
|
|
<key name="join-with-right" type="as">
|
|
<default><![CDATA[['<Super>4']]]></default>
|
|
<summary>Keybinding for action 4</summary>
|
|
<description>Keyboard shortcut for triggering action 4</description>
|
|
</key>
|
|
|
|
<key name="reset-window-sizes" type="as">
|
|
<default><![CDATA[['<Alt>z']]]></default>
|
|
<summary>Reset all window sizes</summary>
|
|
<description>Remove all custom window sizes and return to equal distribution</description>
|
|
</key>
|
|
|
|
</schema>
|
|
</schemalist> |