summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-09-21 00:28:56 +0200
committerinfirit <[email protected]>2014-09-19 18:24:03 +0200
commitefab79ffa4bddcf812d02c776c7fd3b8a2945d67 (patch)
treef9650b1b2c0efddad57b0907f41f267fca38c695 /data
parent38af157b61f7733781cfce76c6ff3ed403533d6b (diff)
downloadmate-settings-daemon-efab79ffa4bddcf812d02c776c7fd3b8a2945d67.tar.bz2
mate-settings-daemon-efab79ffa4bddcf812d02c776c7fd3b8a2945d67.tar.xz
Update schema to use toggle shell script
Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.keybindings.gschema.xml.in.in6
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>