/usr/share/glib-2.0/schemas/org.cinnamon.desktop.keybindings.gschema.xml is in cinnamon-desktop-data 3.2.4-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/cinnamon/desktop/keybindings/" id="org.cinnamon.desktop.keybindings">
<key type="as" name="custom-list">
<default>[]</default>
<summary>List of gsettings custom keybinding paths to look in</summary>
<description/>
</key>
<key type="as" name="looking-glass-keybinding">
<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 type="as" name="magnifier-zoom-in">
<default>['<Alt><Super>equal']</default>
<summary>Magnifier zoom in</summary>
<description>Binding for the magnifier to zoom in</description>
</key>
<key type="as" name="magnifier-zoom-out">
<default>['<Alt><Super>minus']</default>
<summary>Magnifier zoom out</summary>
<description>Binding for the magnifier to zoom out</description>
</key>
</schema>
<schema id="org.cinnamon.desktop.keybindings.custom-keybinding">
<key type="s" name="name">
<default>''</default>
<summary>Name</summary>
<description>Name of the custom binding</description>
</key>
<key type="as" name="binding">
<default>[]</default>
<summary>Binding</summary>
<description>Binding for the custom binding</description>
</key>
<key type="s" name="command">
<default>''</default>
<summary>Command</summary>
<description>Command to run when the binding is invoked</description>
</key>
</schema>
</schemalist>
|