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
19 lines
635 B
XML
19 lines
635 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Launchers">
|
|
|
|
<KeyListEntry name="help" description="Launch help browser"/>
|
|
|
|
<KeyListEntry name="control-center" description="Settings"/>
|
|
|
|
<KeyListEntry name="calculator" description="Launch calculator"/>
|
|
|
|
<KeyListEntry name="email" description="Launch email client"/>
|
|
|
|
<KeyListEntry name="www" description="Launch web browser"/>
|
|
|
|
<KeyListEntry name="home" description="Home folder"/>
|
|
|
|
<KeyListEntry name="search" description="Search" msgctxt="keybinding">Search</KeyListEntry>
|
|
|
|
</KeyListEntries>
|
|
|