geary/ui/composer_accelerators.ui
Robert Schroll 8bb4f5fba7 Add formatting menu in composer; fix #6436
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.
2013-04-30 17:20:13 -07:00

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>