diff options
author | infirit <[email protected]> | 2014-11-02 15:04:36 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-02 17:43:10 +0100 |
commit | b8e3a26d0975cb43cb5a315bceaf581f6ea2a5a8 (patch) | |
tree | ec0df37035271d681b220c966bcafc8d5943ba90 /data/org.mate.keybindings.gschema.xml.in.in | |
parent | af56e3974762769171f51378fde8cb63da5db1fd (diff) | |
download | mate-settings-daemon-b8e3a26d0975cb43cb5a315bceaf581f6ea2a5a8.tar.bz2 mate-settings-daemon-b8e3a26d0975cb43cb5a315bceaf581f6ea2a5a8.tar.xz |
a11y-keybindings: Move to media-keys plugin
Diffstat (limited to 'data/org.mate.keybindings.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.keybindings.gschema.xml.in.in | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/data/org.mate.keybindings.gschema.xml.in.in b/data/org.mate.keybindings.gschema.xml.in.in deleted file mode 100644 index 9e3aca6..0000000 --- a/data/org.mate.keybindings.gschema.xml.in.in +++ /dev/null @@ -1,58 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.keybindings" path="/org/mate/desktop/keybindings/"> - <child name="magnifier" schema="org.mate.keybindings.magnifier"/> - <child name="screenreader" schema="org.mate.keybindings.screenreader"/> - <child name="onscreenkeyboard" schema="org.mate.keybindings.onscreenkeyboard"/> - </schema> - <schema id="org.mate.keybindings.magnifier" path="/org/mate/desktop/keybindings/magnifier/"> - <key name="binding" type="s"> - <default>''</default> - <_summary>Toggle magnifier</_summary> - <_description>Binding to toggle the magnifier.</_description> - </key> - <key name="name" type="s"> - <default context="name" l10n="messages">'Toggle magnifier'</default> - <_summary>The name of the keyboard shortcut to toggle the magnifier</_summary> - <_description>This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.</_description> - </key> - <key name="action" type="s"> - <default>'mate-gsettings-toggle screen-keyboard-enabled'</default> - <_summary>Toggle magnifier</_summary> - <_description>Command used to turn the magnifier on or off.</_description> - </key> - </schema> - <schema id="org.mate.keybindings.screenreader" path="/org/mate/desktop/keybindings/screenreader/"> - <key name="binding" type="s"> - <default>''</default> - <_summary>Toggle screen reader</_summary> - <_description>Binding to toggle the screen reader.</_description> - </key> - <key name="name" type="s"> - <default context="name" l10n="messages">'Toggle screen reader'</default> - <_summary>The name of the keyboard shortcut to toggle the screen reader</_summary> - <_description>This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.</_description> - </key> - <key name="action" type="s"> - <default>'mate-gsettings-toggle screen-reader-enabled'</default> - <_summary>Toggle screen reader</_summary> - <_description>Command used to turn the screen reader on or off.</_description> - </key> - </schema> - <schema id="org.mate.keybindings.onscreenkeyboard" path="/org/mate/desktop/keybindings/onscreenkeyboard/"> - <key name="name" type="s"> - <default context="name" l10n="messages">'Toggle on-screen keyboard'</default> - <_summary>The name of the keyboard shortcut to toggle the on-screen keyboard</_summary> - <_description>This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.</_description> - </key> - <key name="binding" type="s"> - <default>''</default> - <_summary>Toggle on-screen keyboard</_summary> - <_description>Binding to toggle the on-screen keyboard.</_description> - </key> - <key name="action" type="s"> - <default>'mate-gsettings-toggle screen-keyboard-enabled'</default> - <_summary>Toggle on-screen keyboard</_summary> - <_description>Command used to turn the on-screen keyboard on or off.</_description> - </key> - </schema> -</schemalist> |