diff options
author | infirit <[email protected]> | 2013-09-21 00:28:56 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-19 18:24:37 +0200 |
commit | 48aa831dbfbbd26e7d3c4504db133d87cb979516 (patch) | |
tree | 2d509f1fd40c963cf770d3b1f0043f6f0b0c2d6c | |
parent | 16a8631b453269a774c03d422eb91cc112d43d1f (diff) | |
download | mate-settings-daemon-48aa831dbfbbd26e7d3c4504db133d87cb979516.tar.bz2 mate-settings-daemon-48aa831dbfbbd26e7d3c4504db133d87cb979516.tar.xz |
Update schema to use toggle shell script
Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32
-rw-r--r-- | data/org.mate.keybindings.gschema.xml.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.mate.keybindings.gschema.xml.in.in b/data/org.mate.keybindings.gschema.xml.in.in index 954e309..9e3aca6 100644 --- a/data/org.mate.keybindings.gschema.xml.in.in +++ b/data/org.mate.keybindings.gschema.xml.in.in @@ -16,7 +16,7 @@ <_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>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled'</default> + <default>'mate-gsettings-toggle screen-keyboard-enabled'</default> <_summary>Toggle magnifier</_summary> <_description>Command used to turn the magnifier on or off.</_description> </key> @@ -33,7 +33,7 @@ <_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>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled'</default> + <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> @@ -50,7 +50,7 @@ <_description>Binding to toggle the on-screen keyboard.</_description> </key> <key name="action" type="s"> - <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled'</default> + <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> |