/usr/share/gnome-control-center/keybindings/00-multimedia.xml is in gnome-control-center-data 1:3.4.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <?xml version="1.0" encoding="UTF-8"?>
<KeyListEntries schema="org.gnome.settings-daemon.plugins.media-keys" group="system" name="Sound and Media">
<KeyListEntry name="volume-mute" description="Volume mute"></KeyListEntry>
<KeyListEntry name="volume-down" description="Volume down"></KeyListEntry>
<KeyListEntry name="volume-up" description="Volume up"></KeyListEntry>
<KeyListEntry name="media" description="Launch media player"></KeyListEntry>
<KeyListEntry name="play" description="Play (or play/pause)"></KeyListEntry>
<KeyListEntry name="pause" description="Pause playback"></KeyListEntry>
<KeyListEntry name="stop" description="Stop playback"></KeyListEntry>
<KeyListEntry name="previous" description="Previous track"></KeyListEntry>
<KeyListEntry name="next" description="Next track"></KeyListEntry>
<KeyListEntry name="eject" description="Eject"></KeyListEntry>
</KeyListEntries>
|