97635d6f84
gnome-control-center uses this to list the keybindings, without this users cannot change the default key combo to restore shortcuts. https://bugzilla.gnome.org/show_bug.cgi?id=789386
11 lines
337 B
XML
11 lines
337 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries schema="org.gnome.mutter.wayland.keybindings"
|
|
group="system"
|
|
name="System"
|
|
wm_name="Mutter"
|
|
package="mutter">
|
|
|
|
<KeyListEntry name="restore-shortcuts" description="Restore the keyboard shortcuts"/>
|
|
|
|
</KeyListEntries>
|