From 1e5206eed3848d8014a225b5d8252c5c7aeb137e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 8 Nov 2012 21:10:09 -0600 Subject: ensure that the service unit test can find all the GSettings schemas that it needs. --- ....settings-daemon.plugins.media-keys.gschema.xml | 203 +++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml (limited to 'tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml') diff --git a/tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml b/tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml new file mode 100644 index 0000000..3f8dd50 --- /dev/null +++ b/tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml @@ -0,0 +1,203 @@ + + + + + true + Activation of this plugin + Whether this plugin would be activated by gnome-settings-daemon or not + + + [] + Custom keybindings + List of custom keybindings + + + 'XF86Calculator' + Launch calculator + Binding to launch the calculator. + + + 'XF86Mail' + Launch email client + Binding to launch the email client. + + + 'XF86Eject' + Eject + Binding to eject an optical disc. + + + '' + Launch help browser + Binding to launch the help browser. + + + 'XF86Explorer' + Home folder + Binding to open the Home folder. + + + 'XF86AudioMedia' + Launch media player + Binding to launch the media player. + + + 'XF86AudioNext' + Next track + Binding to skip to next track. + + + 'XF86AudioPause' + Pause playback + Binding to pause playback. + + + 'XF86AudioPlay' + Play (or play/pause) + Binding to start playback (or toggle play/pause). + + + '<Control><Alt>Delete' + Log out + Binding to log out. + + + 'XF86AudioPrev' + Previous track + Binding to skip to previous track. + + + 98 + Priority to use for this plugin + Priority to use for this plugin in gnome-settings-daemon startup queue + + + '<Control><Alt>l' + Lock screen + Binding to lock the screen. + + + 'XF86Search' + Search + Binding to launch the search tool. + + + 'XF86AudioStop' + Stop playback + Binding to stop playback. + + + 'XF86AudioLowerVolume' + Volume down + Binding to lower the system volume. + + + 'XF86AudioMute' + Volume mute + Binding to mute the system volume. + + + 'XF86AudioRaiseVolume' + Volume up + Binding to raise the system volume. + + + 'Print' + Take a screenshot + Binding to take a screenshot. + + + '<Alt>Print' + Take a screenshot of a window + Binding to take a screenshot of a window. + + + '<Shift>Print' + Take a screenshot of an area + Binding to take a screenshot of an area. + + + '<Ctrl>Print' + Copy a screenshot to clipboard + Binding to copy a screenshot to clipboard. + + + '<Ctrl><Alt>Print' + Copy a screenshot of a window to clipboard + Binding to copy a screenshot of a window to clipboard. + + + '<Ctrl><Shift>Print' + Copy a screenshot of an area to clipboard + Binding to copy a screenshot of an area to clipboard. + + + '<Primary><Alt>t' + Launch terminal + Binding to launch the terminal. + + + 'XF86WWW' + Launch web browser + Binding to launch the web browser. + + + '' + 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 + + + '' + Increase text size + Binding to increase the text size + + + '' + Decrease text size + Binding to decrease the text size + + + '' + Toggle contrast + Binding to toggle the interface contrast + + + '' + Magnifier zoom in + Binding for the magnifier to zoom in + + + '' + Magnifier zoom out + Binding for the magnifier to zoom out + + + + + + '' + Name + Name of the custom binding + + + '' + Binding + Binding for the custom binding + + + '' + Command + Command to run when the binding is invoked + + + \ No newline at end of file -- cgit v1.2.3