File: menus.ui

package info (click to toggle)
cheese 44.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,312 kB
  • sloc: ansic: 6,621; xml: 293; sh: 183; python: 55; makefile: 21
file content (26 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (4)
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
<interface domain="cheese">
    <menu id="thumbview-menu">
        <section>
            <item>
                <attribute name="accel">&lt;Primary&gt;o</attribute>
                <attribute name="label" translatable="yes">Open</attribute>
                <attribute name="action">win.file-open</attribute>
            </item>
            <item>
                <attribute name="accel">&lt;Primary&gt;s</attribute>
                <attribute name="label" translatable="yes">Save _As…</attribute>
                <attribute name="action">win.file-saveas</attribute>
            </item>
            <item>
                <attribute name="accel">Delete</attribute>
                <attribute name="label" translatable="yes">Move to _Trash</attribute>
                <attribute name="action">win.file-trash</attribute>
            </item>
            <item>
                <attribute name="accel">&lt;Shift&gt;Delete</attribute>
                <attribute name="label" translatable="yes">Delete</attribute>
                <attribute name="action">win.file-delete</attribute>
            </item>
        </section>
    </menu>
</interface>