https://issues.apache.org/ooo/show_bug.cgi?id=27894
--- Comment #7 from Ariel Constenla-Haile <[email protected]> --- Created attachment 81191 --> https://issues.apache.org/ooo/attachment.cgi?id=81191&action=edit Writer document with a custom toolbar to set font effects There is no need for a macro if you use the following workaround: - create a custom toolbar adding five dummy commands - locate the toolbar in your user profile. It is an XML file, UTF-8 encoded - edit the commands as follows: <toolbar:toolbaritem xlink:href=".uno:CaseMap?CaseMap:short=0" toolbar:text="Without"/> <toolbar:toolbaritem xlink:href=".uno:CaseMap?CaseMap:short=1" toolbar:text="Capitals"/> <toolbar:toolbaritem xlink:href=".uno:CaseMap?CaseMap:short=2" toolbar:text="Lowercase"/> <toolbar:toolbaritem xlink:href=".uno:CaseMap?CaseMap:short=3" toolbar:text="Title"/> <toolbar:toolbaritem xlink:href=".uno:CaseMap?CaseMap:short=4" toolbar:text="Small capitals"/> You can do the same with Tools - Customize - Keyboard: - customize the keyboard, add 5 dummy shortcuts - edit the configuration file, modifying the commands -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
