mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 13:33:51 +01:00
61 lines
2.2 KiB
XML
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>['<Super>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>['<Super>s']</default>
|
|
<summary>Show desklets</summary>
|
|
<description>Raises desklets above windows</description>
|
|
</key>
|
|
<key name="magnifier-zoom-in" type="as">
|
|
<default>['<Alt><Super>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>['<Alt><Super>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>
|