summaryrefslogtreecommitdiff
path: root/org.mate.control-center.keybinding.gschema.xml.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 11:51:41 +0200
committerinfirit <[email protected]>2015-09-08 11:51:41 +0200
commitbcf861f9a00d1e6e67616eee898291e1ed6cca36 (patch)
treeeb569b16b4caa5a2b5cd3ef8d34741b2ad085af9 /org.mate.control-center.keybinding.gschema.xml.in
parent57026bf522ee80d8fc3710ca33da73ff103f98c3 (diff)
downloadmate-control-center-bcf861f9a00d1e6e67616eee898291e1ed6cca36.tar.bz2
mate-control-center-bcf861f9a00d1e6e67616eee898291e1ed6cca36.tar.xz
Rework gsettings schema building
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
Diffstat (limited to 'org.mate.control-center.keybinding.gschema.xml.in')
-rw-r--r--org.mate.control-center.keybinding.gschema.xml.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/org.mate.control-center.keybinding.gschema.xml.in b/org.mate.control-center.keybinding.gschema.xml.in
new file mode 100644
index 00000000..b06beb73
--- /dev/null
+++ b/org.mate.control-center.keybinding.gschema.xml.in
@@ -0,0 +1,19 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.control-center.keybinding">
+ <key name="binding" type="s">
+ <default>''</default>
+ <summary>Keybinding</summary>
+ <description>Keybinding associated with a custom shortcut.</description>
+ </key>
+ <key name="action" type="s">
+ <default>''</default>
+ <summary>Command</summary>
+ <description>Command associated with a custom keybinding.</description>
+ </key>
+ <key name="name" type="s">
+ <default>''</default>
+ <summary>Name</summary>
+ <description>Description associated with a custom keybinding.</description>
+ </key>
+ </schema>
+</schemalist>