https://issues.apache.org/ooo/show_bug.cgi?id=119195
--- Comment #5 from hanya <[email protected]> 2012-04-08 09:50:54 UTC --- There are several workaround. We require GUI to assign but there is not yet provided. - Assign recorded macro to a shortcut key - Assign the command which to insert specific character using macro - If you have the knowledge of extension, prepare the configuration as follows, and pack it into a package. <?xml version="1.0" encoding="UTF-8"?> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:install="http://openoffice.org/2004/installation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Accelerators" oor:package="org.openoffice.Office"> <node oor:name="PrimaryKeys"> <node oor:name="Modules"> <node oor:name="com.sun.star.text.TextDocument" oor:op="fuse"> <node oor:name="O_MOD2" oor:op="replace"> <!-- Omega --> <prop oor:name="Command"> <value xml:lang="en-US">.uno:InsertSymbol?Symbols:string=Ω</value> </prop> </node> </node> </node> </node> </oor:component-data> So, if you require more help, please go to the user's forum. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
