https://bugs.freedesktop.org/show_bug.cgi?id=36187

--- Comment #3 from Cameron Paul <[email protected]> 2012-03-04 16:09:36 PST ---
Created attachment 58011
  --> https://bugs.freedesktop.org/attachment.cgi?id=58011
Add ctrl-[ and ctrl-] to reduce/enlarge font size.

I implemented this by adding the following to
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu.

<node oor:name="BRACKETLEFT_MOD1" oor:op="replace">
 <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO
TRANSLATE</value>
  <value xml:lang="en-US">.uno:Shrink</value>
 </prop>
</node>
<node oor:name="BRACKETRIGHT_MOD1" oor:op="replace">
 <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO
TRANSLATE</value>
  <value xml:lang="en-US">.uno:Grow</value>
 </prop>
</node>

I added the above XML to the following sections which appear to cover
everything edited in Writer.

SecondaryKeys -> Modules -> com.sun.star.text.GlobalDocument
SecondaryKeys -> Modules -> com.sun.star.text.TextDocument
SecondaryKeys -> Modules -> com.sun.star.text.WebDocument
SecondaryKeys -> Modules -> com.sun.star.xforms.XMLFormDocument

If any of this is incomplete or incorrect I will be happy to put together
another patch.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to