diff options
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 114 |
1 files changed, 114 insertions, 0 deletions
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..f855cfd --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in @@ -0,0 +1,114 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.media-keys" path="/org/mate/settings-daemon/plugins/media-keys/"> + <key name="active" type="b"> + <default>true</default> + <_summary>Activation of this plugin</_summary> + <_description>Whether this plugin would be activated by mate-settings-daemon or not</_description> + </key> + <key name="priority" type="i"> + <default>98</default> + <_summary>Priority to use for this plugin</_summary> + <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description> + </key> + <key name="volume-step" type="i"> + <default>6</default> + <_summary>Volume step</_summary> + <_description>Volume step as percentage of volume.</_description> + </key> + <key name="touchpad" type="s"> + <default>'XF86TouchpadToggle'</default> + <_summary>Toggle touchpad</_summary> + <_description>Binding to enable or disable the touchpad.</_description> + </key> + <key name="volume-mute" type="s"> + <default>'XF86AudioMute'</default> + <_summary>Volume mute</_summary> + <_description>Binding to mute the system volume.</_description> + </key> + <key name="volume-down" type="s"> + <default>'XF86AudioLowerVolume'</default> + <_summary>Volume down</_summary> + <_description>Binding to lower the system volume.</_description> + </key> + <key name="volume-up" type="s"> + <default>'XF86AudioRaiseVolume'</default> + <_summary>Volume up</_summary> + <_description>Binding to raise the system volume.</_description> + </key> + <key name="power" type="s"> + <default>'<Control><Alt>Delete'</default> + <_summary>Log out</_summary> + <_description>Binding to log out.</_description> + </key> + <key name="eject" type="s"> + <default>'XF86Eject'</default> + <_summary>Eject</_summary> + <_description>Binding to eject an optical disc.</_description> + </key> + <key name="home" type="s"> + <default>'XF86Explorer'</default> + <_summary>Home folder</_summary> + <_description>Binding to open the Home folder.</_description> + </key> + <key name="search" type="s"> + <default>'XF86Search'</default> + <_summary>Search</_summary> + <_description>Binding to launch the search tool.</_description> + </key> + <key name="email" type="s"> + <default>'XF86Mail'</default> + <_summary>Launch email client</_summary> + <_description>Binding to launch the email client.</_description> + </key> + <key name="screensaver" type="s"> + <default>'<Control><Alt>l'</default> + <_summary>Lock screen</_summary> + <_description>Binding to lock the screen.</_description> + </key> + <key name="help" type="s"> + <default>''</default> + <_summary>Launch help browser</_summary> + <_description>Binding to launch the help browser.</_description> + </key> + <key name="calculator" type="s"> + <default>'XF86Calculator'</default> + <_summary>Launch calculator</_summary> + <_description>Binding to launch the calculator.</_description> + </key> + <key name="www" type="s"> + <default>'XF86WWW'</default> + <_summary>Launch web browser</_summary> + <_description>Binding to launch the web browser.</_description> + </key> + <key name="media" type="s"> + <default>'XF86AudioMedia'</default> + <_summary>Launch media player</_summary> + <_description>Binding to launch the media player.</_description> + </key> + <key name="play" type="s"> + <default>'XF86AudioPlay'</default> + <_summary>Play (or play/pause)</_summary> + <_description>Binding to start playback (or toggle play/pause).</_description> + </key> + <key name="pause" type="s"> + <default>'XF86AudioPause'</default> + <_summary>Pause playback</_summary> + <_description>Binding to pause playback.</_description> + </key> + <key name="stop" type="s"> + <default>'XF86AudioStop'</default> + <_summary>Stop playback</_summary> + <_description>Binding to stop playback.</_description> + </key> + <key name="previous" type="s"> + <default>'XF86AudioPrev'</default> + <_summary>Previous track</_summary> + <_description>Binding to skip to previous track.</_description> + </key> + <key name="next" type="s"> + <default>'XF86AudioNext'</default> + <_summary>Next track</_summary> + <_description>Binding to skip to next track.</_description> + </key> + </schema> +</schemalist> |