N.B. The actions for the menu need to be set through the UIManager, not through the ActionGroup. Otherwise you get warnings about gtk_accel_label_set_accel_closure.
31 lines
927 B
XML
31 lines
927 B
XML
<ui>
|
|
<accelerator action="undo" />
|
|
<accelerator action="redo" />
|
|
|
|
<accelerator action="cut" />
|
|
<accelerator action="copy" />
|
|
<accelerator action="copy link" />
|
|
<accelerator action="paste" />
|
|
<accelerator action="paste with formatting" />
|
|
|
|
<accelerator action="bold" />
|
|
<accelerator action="italic" />
|
|
<accelerator action="underline" />
|
|
<accelerator action="strikethrough" />
|
|
|
|
<accelerator action="removeformat" />
|
|
<accelerator action="compose as html" name="htmlcompose" />
|
|
|
|
<accelerator action="indent" />
|
|
<accelerator action="outdent" />
|
|
|
|
<accelerator action="justifyleft" />
|
|
<accelerator action="justifyright" />
|
|
<accelerator action="justifycenter" />
|
|
<accelerator action="justifyfull" />
|
|
|
|
<accelerator action="color" name="color" />
|
|
<accelerator action="insertlink" />
|
|
|
|
<accelerator action="close" />
|
|
</ui>
|