If compiled with the GDK binding fix in Vala 0.23.2 (bgo#713240), this patch fixes the accelerator problem. Tip o' the hat to Charles, who pointed out the accelerators.ui file.
16 lines
696 B
XML
16 lines
696 B
XML
<ui>
|
|
<accelerator action="GearyNewMessage" />
|
|
<accelerator action="GearyArchiveMessage" />
|
|
<accelerator action="GearyTrashMessage" />
|
|
<accelerator action="GearyDeleteMessage" />
|
|
<accelerator action="GearyReplyToMessage" />
|
|
<accelerator action="GearyReplyAllMessage" />
|
|
<accelerator action="GearyForwardMessage" />
|
|
<accelerator action="GearyZoomIn" />
|
|
<accelerator action="GearyZoomOut" />
|
|
<accelerator action="GearyZoomNormal" />
|
|
<accelerator action="GearyGearMenuButton" />
|
|
<accelerator action="GearyFindInConversation" />
|
|
<accelerator action="GearyFindNextInConversation" />
|
|
<accelerator action="GearyFindPreviousInConversation" />
|
|
</ui>
|