diff options
author | Stefano Karapetsas <[email protected]> | 2013-09-21 06:19:06 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-09-21 06:19:06 -0700 |
commit | d2d3aa715c171891a1214c363048f1a1c5f967ed (patch) | |
tree | bc87fb94583496f516f0d55a2e5833de949e0914 | |
parent | 6857ae482ed907a4616fcc7787a0b66e926a0f8d (diff) | |
parent | 29bc2c720d36ee73a4fe3f8a357b2f37900710ef (diff) | |
download | mate-settings-daemon-d2d3aa715c171891a1214c363048f1a1c5f967ed.tar.bz2 mate-settings-daemon-d2d3aa715c171891a1214c363048f1a1c5f967ed.tar.xz |
Merge pull request #49 from infirit/1.6
Update schema to use toggle shell script
-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> |