https://bugs.freedesktop.org/show_bug.cgi?id=70568
Priority: medium
Bug ID: 70568
Assignee: [email protected]
Summary: UI: java add-on function inaccessible from Shortcuts
Dialog
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: Other
Status: NEW
Version: unspecified
Component: UI
Product: LibreOffice
Functions (well, class methods, actually) contained in Java add-ons (like
DocLitManager, for example) can't be selected from Shortcuts Dialog (accessed
by Tools->Customize->Keyboard tab).
These are, to all purposes, java macros, but there are no entries for these in
the 'Libreoffice Macros' section of Category list. Also, there is no provision
for making the custom entry for the shortcut action.
And so, operator is reduced to 1) modifying shortcut with something else (like
HelloPython) and then 2) quitting LO and 3) text-editing
registrymodifications.xcu in the ~/.config/libreoffice subdir (on Linux), where
it is necessary to
4) search the file for the string
vnd.sun.star.script:hello1.py$HelloPython?language=Python&location=user
(this is what <value> XML tag contains)
and
5) replace it with (in my case)
org.openoffice.doclitmanager.doclitmanager:DocLitManager
6) save and restart, of course.
That's what I had to resort to set up a keyboard shortcut for the
DocLitManager's dialog. Not for the average user, is it?
--
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