Files
snigdhaos-cinnamon-config/usr/share/glib-2.0/schemas/org.cinnamon.desktop.keybindings.gschema.xml
2024-12-27 06:45:21 +05:30

61 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.cinnamon.desktop.keybindings" path="/org/cinnamon/desktop/keybindings/">
<key name="custom-list" type="as">
<default>[]</default>
<summary>List of gsettings custom keybinding paths to look in</summary>
<description>
</description>
</key>
<key name="looking-glass-keybinding" type="as">
<default>['&lt;Super&gt;l']</default>
<summary>Keybinding for toggling the looking glass</summary>
<description>
Stores the keybinding for toggling the looking glass window
</description>
</key>
<key name="show-desklets" type="as">
<default>['&lt;Super&gt;s']</default>
<summary>Show desklets</summary>
<description>Raises desklets above windows</description>
</key>
<key name="magnifier-zoom-in" type="as">
<default>['&lt;Alt&gt;&lt;Super&gt;equal']</default>
<summary>Magnifier zoom in</summary>
<description>Binding for the magnifier to zoom in</description>
</key>
<key name="magnifier-zoom-out" type="as">
<default>['&lt;Alt&gt;&lt;Super&gt;minus']</default>
<summary>Magnifier zoom out</summary>
<description>Binding for the magnifier to zoom out</description>
</key>
<key name="pointer-next-monitor" type="as">
<default>[]</default>
<summary>Warp the pointer to the next monitor</summary>
</key>
<key name="pointer-previous-monitor" type="as">
<default>[]</default>
<summary>Warp the pointer to the previous monitor</summary>
</key>
</schema>
<schema id="org.cinnamon.desktop.keybindings.custom-keybinding">
<key name="name" type="s">
<default>''</default>
<summary>Name</summary>
<description>Name of the custom binding</description>
</key>
<key name="binding" type="as">
<default>[]</default>
<summary>Binding</summary>
<description>Binding for the custom binding</description>
</key>
<key name="command" type="s">
<default>''</default>
<summary>Command</summary>
<description>Command to run when the binding is invoked</description>
</key>
</schema>
</schemalist>