From 36aaf5759c1beececce2b161b47de7c6337bb279 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:30:42 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- ...ettingsDaemon.plugins.media-keys.gschema.xml.in | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in (limited to 'data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in') diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in new file mode 100644 index 0000000..1ce1038 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in @@ -0,0 +1,129 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 98 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + 6 + Volume step + Volume step as percentage of volume. + + + 'XF86TouchpadToggle' + Toggle touchpad + Binding to enable or disable the touchpad. + + + 'XF86AudioMute' + Volume mute + Binding to mute the system volume. + + + 'XF86AudioLowerVolume' + Volume down + Binding to lower the system volume. + + + 'XF86AudioRaiseVolume' + Volume up + Binding to raise the system volume. + + + '<Control><Alt>Delete' + Log out + Binding to log out. + + + 'XF86Eject' + Eject + Binding to eject an optical disc. + + + 'XF86Explorer' + Home folder + Binding to open the Home folder. + + + 'XF86Search' + Search + Binding to launch the search tool. + + + 'XF86Mail' + Launch email client + Binding to launch the email client. + + + '<Control><Alt>l' + Lock screen + Binding to lock the screen. + + + '' + Launch help browser + Binding to launch the help browser. + + + 'XF86Calculator' + Launch calculator + Binding to launch the calculator. + + + 'XF86WWW' + Launch web browser + Binding to launch the web browser. + + + 'XF86AudioMedia' + Launch media player + Binding to launch the media player. + + + 'XF86AudioPlay' + Play (or play/pause) + Binding to start playback (or toggle play/pause). + + + 'XF86AudioPause' + Pause playback + Binding to pause playback. + + + 'XF86AudioStop' + Stop playback + Binding to stop playback. + + + 'XF86AudioPrev' + Previous track + Binding to skip to previous track. + + + 'XF86AudioNext' + Next track + Binding to skip to next track. + + + '' + Toggle magnifier + Binding to show the screen magnifier + + + '' + Toggle screen reader + Binding to start the screen reader + + + '' + Toggle on-screen keyboard + Binding to show the on-screen keyboard + + + -- cgit v1.2.1