diff options
author | infirit <[email protected]> | 2015-09-08 15:30:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 15:30:42 +0200 |
commit | 36aaf5759c1beececce2b161b47de7c6337bb279 (patch) | |
tree | edf7ffc5959645179e832a1e7e10aa74cc97676c /data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in | |
parent | 2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff) | |
download | mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.bz2 mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in deleted file mode 100644 index 3e0ee2c..0000000 --- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in +++ /dev/null @@ -1,129 +0,0 @@ -<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> - <key name="magnifier" type="s"> - <default>''</default> - <_summary>Toggle magnifier</_summary> - <_description>Binding to show the screen magnifier</_description> - </key> - <key name="screenreader" type="s"> - <default>''</default> - <_summary>Toggle screen reader</_summary> - <_description>Binding to start the screen reader</_description> - </key> - <key name="on-screen-keyboard" type="s"> - <default>''</default> - <_summary>Toggle on-screen keyboard</_summary> - <_description>Binding to show the on-screen keyboard</_description> - </key> - </schema> -</schemalist> |