<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<menu id="player-menu">
<section>
<item>
<attribute name="custom">menu-actions</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Next chapter</attribute>
<attribute name="action">player.chapter-next</attribute>
<attribute name="accel"><Control>N</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Previous chapter</attribute>
<attribute name="action">player.chapter-prev</attribute>
<attribute name="accel"><Control>P</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Advanced settings</attribute>
<attribute name="action">player.show-settings</attribute>
<attribute name="accel">A</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Media info</attribute>
<attribute name="action">player.show-info</attribute>
<attribute name="accel">I</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Keyboard shortcuts</attribute>
<attribute name="action">player.show-shortcuts</attribute>
<attribute name="accel">F1</attribute>
</item>
</section>
</menu>
</interface>