1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<?xml version="1.0"?>
<interface>
<menu id="app-menu">
<section>
<submenu>
<attribute name="label" translatable="yes">_View</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Side Pane</attribute>
<attribute name="action">win.display-page-tree-visible</attribute>
<attribute name="accel">F9</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Play Queue in Side Pane</attribute>
<attribute name="action">win.queue-as-sidebar</attribute>
<attribute name="accel"><Primary>k</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Song Position Slider</attribute>
<attribute name="action">win.show-song-position-slider</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Album Art</attribute>
<attribute name="action">win.show-album-art</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Follow Playing Track</attribute>
<attribute name="action">win.follow-playing</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">view</attribute>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_Tools</attribute>
<attribute name="rb-plugin-menu-link">tools</attribute>
</submenu>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Help</attribute>
<attribute name="action">app.help</attribute>
<attribute name="accel">F1</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_About Rhythmbox</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
</menu>
</interface>
|