53 lines
2.2 KiB
XML
53 lines
2.2 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="print-tree" type="as">
|
|
<default><![CDATA[['<Super><Shift>x']]]></default>
|
|
<summary>Print window tree structure</summary>
|
|
<description>Prints the current tree of containers and windows per monitor to logs</description>
|
|
</key>
|
|
|
|
<key name="toggle-orientation" type="as">
|
|
<default><![CDATA[['<Super><Shift>comma']]]></default>
|
|
<summary>Toggle active container orientation</summary>
|
|
<description>Toggles the orientation of the container holding the active window between horizontal and vertical</description>
|
|
</key>
|
|
|
|
</schema>
|
|
</schemalist> |