diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-27 16:41:01 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-27 16:41:01 +0200 |
commit | ae46e7dc17aa620b25cae52a8c576022ecc1c66b (patch) | |
tree | 69c5c2b4ae7941613d325db01a7a536d834d1d5c /org.mate.control-center.keybinding.gschema.xml.in.in | |
parent | 7544506864790940a96de68280fb96ea89a2ecac (diff) | |
download | mate-control-center-ae46e7dc17aa620b25cae52a8c576022ecc1c66b.tar.bz2 mate-control-center-ae46e7dc17aa620b25cae52a8c576022ecc1c66b.tar.xz |
migrate keybindings applet to gsettings
Diffstat (limited to 'org.mate.control-center.keybinding.gschema.xml.in.in')
-rw-r--r-- | org.mate.control-center.keybinding.gschema.xml.in.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/org.mate.control-center.keybinding.gschema.xml.in.in b/org.mate.control-center.keybinding.gschema.xml.in.in new file mode 100644 index 00000000..acecc6b2 --- /dev/null +++ b/org.mate.control-center.keybinding.gschema.xml.in.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> |