diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-11-16 20:00:08 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-11-16 20:00:08 +0000 |
commit | dabf87de02616a4c0ba54b35dc5cbab8ef0187be (patch) | |
tree | e2fe29e0232f247820e47c2f84155eca0c638fec /tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml | |
parent | 1f43c3a642d6e8b6bc42b4bc63f232fb2f35dd6c (diff) | |
parent | 0ad2ca4e77671f8a7279a58f0e477bac0fe6c554 (diff) | |
download | ayatana-indicator-session-dabf87de02616a4c0ba54b35dc5cbab8ef0187be.tar.gz ayatana-indicator-session-dabf87de02616a4c0ba54b35dc5cbab8ef0187be.tar.bz2 ayatana-indicator-session-dabf87de02616a4c0ba54b35dc5cbab8ef0187be.zip |
Reimplement test-service s.t. we actually test activating the service via dbus. Drop unneeded Xorg baggage. Fixes: https://bugs.launchpad.net/bugs/1074065.
Approved by PS Jenkins bot.
Diffstat (limited to 'tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml')
-rw-r--r-- | tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml | 203 |
1 files changed, 203 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + <schema path="/org/gnome/settings-daemon/plugins/media-keys/" id="org.gnome.settings-daemon.plugins.media-keys" gettext-domain="gnome-settings-daemon"> + <key type="b" name="active"> + <default>true</default> + <summary>Activation of this plugin</summary> + <description>Whether this plugin would be activated by gnome-settings-daemon or not</description> + </key> + <key type="as" name="custom-keybindings"> + <default>[]</default> + <summary>Custom keybindings</summary> + <description>List of custom keybindings</description> + </key> + <key type="s" name="calculator"> + <default>'XF86Calculator'</default> + <summary>Launch calculator</summary> + <description>Binding to launch the calculator.</description> + </key> + <key type="s" name="email"> + <default>'XF86Mail'</default> + <summary>Launch email client</summary> + <description>Binding to launch the email client.</description> + </key> + <key type="s" name="eject"> + <default>'XF86Eject'</default> + <summary>Eject</summary> + <description>Binding to eject an optical disc.</description> + </key> + <key type="s" name="help"> + <default>''</default> + <summary>Launch help browser</summary> + <description>Binding to launch the help browser.</description> + </key> + <key type="s" name="home"> + <default>'XF86Explorer'</default> + <summary>Home folder</summary> + <description>Binding to open the Home folder.</description> + </key> + <key type="s" name="media"> + <default>'XF86AudioMedia'</default> + <summary>Launch media player</summary> + <description>Binding to launch the media player.</description> + </key> + <key type="s" name="next"> + <default>'XF86AudioNext'</default> + <summary>Next track</summary> + <description>Binding to skip to next track.</description> + </key> + <key type="s" name="pause"> + <default>'XF86AudioPause'</default> + <summary>Pause playback</summary> + <description>Binding to pause playback.</description> + </key> + <key type="s" name="play"> + <default>'XF86AudioPlay'</default> + <summary>Play (or play/pause)</summary> + <description>Binding to start playback (or toggle play/pause).</description> + </key> + <key type="s" name="logout"> + <default>'<Control><Alt>Delete'</default> + <summary>Log out</summary> + <description>Binding to log out.</description> + </key> + <key type="s" name="previous"> + <default>'XF86AudioPrev'</default> + <summary>Previous track</summary> + <description>Binding to skip to previous track.</description> + </key> + <key type="i" name="priority"> + <default>98</default> + <summary>Priority to use for this plugin</summary> + <description>Priority to use for this plugin in gnome-settings-daemon startup queue</description> + </key> + <key type="s" name="screensaver"> + <default>'<Control><Alt>l'</default> + <summary>Lock screen</summary> + <description>Binding to lock the screen.</description> + </key> + <key type="s" name="search"> + <default>'XF86Search'</default> + <summary>Search</summary> + <description>Binding to launch the search tool.</description> + </key> + <key type="s" name="stop"> + <default>'XF86AudioStop'</default> + <summary>Stop playback</summary> + <description>Binding to stop playback.</description> + </key> + <key type="s" name="volume-down"> + <default>'XF86AudioLowerVolume'</default> + <summary>Volume down</summary> + <description>Binding to lower the system volume.</description> + </key> + <key type="s" name="volume-mute"> + <default>'XF86AudioMute'</default> + <summary>Volume mute</summary> + <description>Binding to mute the system volume.</description> + </key> + <key type="s" name="volume-up"> + <default>'XF86AudioRaiseVolume'</default> + <summary>Volume up</summary> + <description>Binding to raise the system volume.</description> + </key> + <key type="s" name="screenshot"> + <default>'Print'</default> + <summary>Take a screenshot</summary> + <description>Binding to take a screenshot.</description> + </key> + <key type="s" name="window-screenshot"> + <default>'<Alt>Print'</default> + <summary>Take a screenshot of a window</summary> + <description>Binding to take a screenshot of a window.</description> + </key> + <key type="s" name="area-screenshot"> + <default>'<Shift>Print'</default> + <summary>Take a screenshot of an area</summary> + <description>Binding to take a screenshot of an area.</description> + </key> + <key type="s" name="screenshot-clip"> + <default>'<Ctrl>Print'</default> + <summary>Copy a screenshot to clipboard</summary> + <description>Binding to copy a screenshot to clipboard.</description> + </key> + <key type="s" name="window-screenshot-clip"> + <default>'<Ctrl><Alt>Print'</default> + <summary>Copy a screenshot of a window to clipboard</summary> + <description>Binding to copy a screenshot of a window to clipboard.</description> + </key> + <key type="s" name="area-screenshot-clip"> + <default>'<Ctrl><Shift>Print'</default> + <summary>Copy a screenshot of an area to clipboard</summary> + <description>Binding to copy a screenshot of an area to clipboard.</description> + </key> + <key type="s" name="terminal"> + <default>'<Primary><Alt>t'</default> + <summary>Launch terminal</summary> + <description>Binding to launch the terminal.</description> + </key> + <key type="s" name="www"> + <default>'XF86WWW'</default> + <summary>Launch web browser</summary> + <description>Binding to launch the web browser.</description> + </key> + <key type="s" name="magnifier"> + <default>''</default> + <summary>Toggle magnifier</summary> + <description>Binding to show the screen magnifier</description> + </key> + <key type="s" name="screenreader"> + <default>''</default> + <summary>Toggle screen reader</summary> + <description>Binding to start the screen reader</description> + </key> + <key type="s" name="on-screen-keyboard"> + <default>''</default> + <summary>Toggle on-screen keyboard</summary> + <description>Binding to show the on-screen keyboard</description> + </key> + <key type="s" name="increase-text-size"> + <default>''</default> + <summary>Increase text size</summary> + <description>Binding to increase the text size</description> + </key> + <key type="s" name="decrease-text-size"> + <default>''</default> + <summary>Decrease text size</summary> + <description>Binding to decrease the text size</description> + </key> + <key type="s" name="toggle-contrast"> + <default>''</default> + <summary>Toggle contrast</summary> + <description>Binding to toggle the interface contrast</description> + </key> + <key type="s" name="magnifier-zoom-in"> + <default>''</default> + <summary>Magnifier zoom in</summary> + <description>Binding for the magnifier to zoom in</description> + </key> + <key type="s" name="magnifier-zoom-out"> + <default>''</default> + <summary>Magnifier zoom out</summary> + <description>Binding for the magnifier to zoom out</description> + </key> + </schema> + + <schema id="org.gnome.settings-daemon.plugins.media-keys.custom-keybinding" gettext-domain="gnome-settings-daemon"> + <key type="s" name="name"> + <default>''</default> + <summary>Name</summary> + <description>Name of the custom binding</description> + </key> + <key type="s" name="binding"> + <default>''</default> + <summary>Binding</summary> + <description>Binding for the custom binding</description> + </key> + <key type="s" name="command"> + <default>''</default> + <summary>Command</summary> + <description>Command to run when the binding is invoked</description> + </key> + </schema> +</schemalist>
\ No newline at end of file |