diff options
Diffstat (limited to 'src/epiphany-application-menu.ui')
-rw-r--r-- | src/epiphany-application-menu.ui | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/epiphany-application-menu.ui b/src/epiphany-application-menu.ui new file mode 100644 index 000000000..3bddf1b4f --- /dev/null +++ b/src/epiphany-application-menu.ui @@ -0,0 +1,54 @@ +<?xml version="1.0"?> +<interface> + <menu id="app-menu"> + <section> + <item> + <attribute name="label" translatable="yes">_New Window</attribute> + <attribute name="action">app.new</attribute> + <attribute name="accel"><Primary>n</attribute> + </item> + </section> + <section> + <item> + <attribute name="label" translatable="yes">_Bookmarks</attribute> + <attribute name="action">app.bookmarks</attribute> + <attribute name="accel"><Primary>b</attribute> + </item> + <item> + <attribute name="label" translatable="yes">_History</attribute> + <attribute name="action">app.history</attribute> + <attribute name="accel"><Primary>h</attribute> + </item> + </section> + <section> + <item> + <attribute name="label" translatable="yes">Preferences</attribute> + <attribute name="action">app.preferences</attribute> + <attribute name="accel"><Primary>e</attribute> + </item> + <item> + <attribute name="label" translatable="yes">Personal Data</attribute> + <attribute name="action">app.pdm</attribute> + <attribute name="accel"><Primary>m</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</attribute> + <attribute name="action">app.about</attribute> + </item> + </section> + <section> + <item> + <attribute name="label" translatable="yes">_Quit</attribute> + <attribute name="action">app.quit</attribute> + <attribute name="accel"><Primary>q</attribute> + </item> + </section> + </menu> +</interface> |