3248c6852c
intltool is unmaintained nowadays while upstream gettext gained support for formats like GSettings schemas and .desktop files, and offers a mechanism to teach it about other XML formats not yet supported out of the box which we can use for the rest. So there's nothing stopping us, just make the switch ... https://bugzilla.gnome.org/show_bug.cgi?id=769073
14 lines
414 B
XML
14 lines
414 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
|
|
group="system"
|
|
name="System"
|
|
wm_name="Mutter"
|
|
package="mutter">
|
|
|
|
<KeyListEntry name="panel-run-dialog" description="Show the run command prompt"/>
|
|
|
|
<KeyListEntry name="panel-main-menu" description="Show the activities overview"/>
|
|
|
|
</KeyListEntries>
|
|
|