diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-18 22:49:08 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-18 22:49:08 +0100 |
commit | 6f12750fb05e6284b4356a6648a47ce202ff2d39 (patch) | |
tree | 2456bc6d385a50126518cd6ec11af188f400d4f9 /data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in | |
parent | fc9ad81243511a82da3df74d03e21e366ce66416 (diff) | |
download | mate-settings-daemon-6f12750fb05e6284b4356a6648a47ce202ff2d39.tar.bz2 mate-settings-daemon-6f12750fb05e6284b4356a6648a47ce202ff2d39.tar.xz |
Re-added keybindings plugin, migrated to GSettings
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in new file mode 100644 index 0000000..a371b84 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in @@ -0,0 +1,14 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.keybindings" path="/org/mate/settings-daemon/plugins/keybindings/"> + <key name="active" type="b"> + <default>true</default> + <_summary>Activation of this plugin</_summary> + <_description>Whether this plugin would be activated by mate-settings-daemon or not</_description> + </key> + <key name="priority" type="i"> + <default>6</default> + <_summary>Priority to use for this plugin</_summary> + <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description> + </key> + </schema> +</schemalist> |