Clarify in which occasions this term should be phrased as a verb or as a noun. Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2903
19 lines
721 B
XML
19 lines
721 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" comments="Translators: This refers to a keyboard shortcut that can trigger a search.">Search</KeyListEntry>
|
|
|
|
</KeyListEntries>
|
|
|