From d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 1 Oct 2012 22:58:54 +0200 Subject: migrate to gsettings --- data/org.mate.keybindings.gschema.xml.in | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 data/org.mate.keybindings.gschema.xml.in (limited to 'data/org.mate.keybindings.gschema.xml.in') diff --git a/data/org.mate.keybindings.gschema.xml.in b/data/org.mate.keybindings.gschema.xml.in new file mode 100644 index 0000000..6604b6a --- /dev/null +++ b/data/org.mate.keybindings.gschema.xml.in @@ -0,0 +1,63 @@ + + + + [] + <_summary>Allowed keys + <_description>If non-empty, keybindings will be ignored unless their GSettings directory is in the list. This is useful for lockdown. + + + + + + + + '' + Toggle magnifier + Binding to toggle the magnifier. + + + 'Toggle magnifier' + The name of the keyboard shortcut to toggle the magnifier + 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' + Toggle magnifier + Command used to turn the magnifier on or off. + + + + + '' + Toggle screen reader + Binding to toggle the screen reader. + + + 'Toggle screen reader' + The name of the keyboard shortcut to toggle the screen reader + 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' + Toggle screen reader + Command used to turn the screen reader on or off. + + + + + 'Toggle on-screen keyboard' + The name of the keyboard shortcut to toggle the on-screen keyboard + 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. + + + '' + Toggle on-screen keyboard + Binding to toggle the on-screen keyboard. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled' + Toggle on-screen keyboard + Command used to turn the on-screen keyboard on or off. + + + -- cgit v1.2.1