From 29bc2c720d36ee73a4fe3f8a357b2f37900710ef Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 21 Sep 2013 00:28:56 +0200 Subject: Update schema to use toggle shell script Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32 --- data/org.mate.keybindings.gschema.xml.in.in | 6 +++--- 1 file 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. - 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled' + 'mate-gsettings-toggle screen-keyboard-enabled' <_summary>Toggle magnifier <_description>Command used to turn the magnifier on or off. @@ -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. - 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled' + 'mate-gsettings-toggle screen-reader-enabled' <_summary>Toggle screen reader <_description>Command used to turn the screen reader on or off. @@ -50,7 +50,7 @@ <_description>Binding to toggle the on-screen keyboard. - 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled' + 'mate-gsettings-toggle screen-keyboard-enabled' <_summary>Toggle on-screen keyboard <_description>Command used to turn the on-screen keyboard on or off. -- cgit v1.2.1