gnome-control-center/panels/keyboard/00-multimedia.xml.in
Iñigo Martínez 0dd386f405 build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats
that are used in GNOME applications. This patch migrates from
Intltool to Gettext by using meson's i18n features.

https://bugzilla.gnome.org/show_bug.cgi?id=787588
2018-01-23 10:49:31 +01:00

25 lines
771 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Sound and Media">
<KeyListEntry name="volume-mute" description="Volume mute"/>
<KeyListEntry name="volume-down" description="Volume down"/>
<KeyListEntry name="volume-up" description="Volume up"/>
<KeyListEntry name="media" description="Launch media player"/>
<KeyListEntry name="play" description="Play (or play/pause)"/>
<KeyListEntry name="pause" description="Pause playback"/>
<KeyListEntry name="stop" description="Stop playback"/>
<KeyListEntry name="previous" description="Previous track"/>
<KeyListEntry name="next" description="Next track"/>
<KeyListEntry name="eject" description="Eject"/>
</KeyListEntries>