[Libreoffice-bugs] [Bug 41981] Custom Shortcut Keys for Special Symbols

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 14 09:16:51 CEST 2012


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

sasha.libreoffice at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |sasha.libreoffice at gmail.com
     Ever Confirmed|0                           |1

--- Comment #2 from sasha.libreoffice at gmail.com 2012-04-14 00:16:51 PDT ---
Thanks for new idea. I fully agree with it.

Workarounds: 1) try use "USA international" keyboard layout. It contains
characters with accents (with right hand Alt)
2) use Basic scripts. Add, for example this script:
sub rim_4
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem ----------------------------------------------------------------------
dim args1(1) as new com.sun.star.beans.PropertyValue
args1(0).Name = "Symbols"
args1(0).Value = "I V "
args1(1).Name = "FontName"
args1(1).Value = "Times New Roman"

dispatcher.executeDispatch(document, ".uno:InsertSymbol", "", 0, args1())


end sub
---------end of citation-----------
Then change line args1(0).Value = "I V " to needed character. Then assign
script to needed keyboard shortcut

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list