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.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.keybindings.gschema.xml.in')
-rw-r--r-- | data/org.mate.keybindings.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.mate.keybindings.gschema.xml.in b/data/org.mate.keybindings.gschema.xml.in index 3ea2ace..7d1b7e3 100644 --- a/data/org.mate.keybindings.gschema.xml.in +++ b/data/org.mate.keybindings.gschema.xml.in @@ -1,10 +1,5 @@ <schemalist gettext-domain="@GETTEXT_PACKAGE@"> <schema id="org.mate.keybindings" path="/org/mate/desktop/keybindings/"> - <key name="allowed-keys" type="as"> - <default>[]</default> - <_summary>Allowed keys</_summary> - <_description>If non-empty, keybindings will be ignored unless their GSettings directory is in the list. This is useful for lockdown.</_description> - </key> <child name="magnifier" schema="org.mate.keybindings.magnifier"/> <child name="screenreader" schema="org.mate.keybindings.screenreader"/> <child name="onscreenkeyboard" schema="org.mate.keybindings.onscreenkeyboard"/> |