2016-08-22 11:09:25 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<interface>
|
|
|
|
|
<menu id="context_menu_model">
|
2017-01-04 13:54:07 +11:00
|
|
|
<section id="context_menu_webkit_spelling"/>
|
2016-08-22 11:09:25 +02:00
|
|
|
<section>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Undo</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.undo</attribute>
|
2016-08-22 11:09:25 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Redo</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.redo</attribute>
|
2016-08-22 11:09:25 +02:00
|
|
|
</item>
|
|
|
|
|
</section>
|
2017-01-04 13:54:07 +11:00
|
|
|
<section id="context_menu_rich_text">
|
2016-08-22 11:09:25 +02:00
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Cu_t</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.cut</attribute>
|
2016-08-22 11:09:25 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Copy</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.copy</attribute>
|
2016-08-22 11:09:25 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Paste</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.paste</attribute>
|
2016-08-22 11:09:25 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-07-27 12:36:30 -06:00
|
|
|
<attribute name="label" translatable="yes" context="Clipboard paste as plain text">Paste _Without Formatting</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.paste-without-formatting</attribute>
|
2017-01-04 13:54:07 +11:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="context_menu_plain_text">
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Cu_t</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.cut</attribute>
|
2017-01-04 13:54:07 +11:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Copy</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.copy</attribute>
|
2017-01-04 13:54:07 +11:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Paste</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.paste</attribute>
|
2016-09-21 03:37:21 +02:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Select _All</attribute>
|
2019-11-07 11:47:41 +11:00
|
|
|
<attribute name="action">edt.select-all</attribute>
|
2017-01-04 13:54:07 +11:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="context_menu_webkit_text_entry"/>
|
|
|
|
|
<section id="context_menu_inspector">
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Inspect…</attribute>
|
2019-02-13 22:19:44 +11:00
|
|
|
<attribute name="action">win.open_inspector</attribute>
|
2016-08-22 11:09:25 +02:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
|
|
|
|
</interface>
|