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

sasha.libreoff...@gmail.com changed:

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

--- Comment #2 from sasha.libreoff...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to