Objet : Re: need some help to Accelerators.xcu
just found, that there is a service
"com.sun.star.ui.GlobalAcceleratorConfiguration"
maybe this will work:
Sub Main
oGlobalAccelCfg =
createUnoService("com.sun.star.ui.GlobalAcceleratorConfiguration")
> From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de]
> just found, that there is a service
> "com.sun.star.ui.GlobalAcceleratorConfiguration"
> maybe this will work:
Thank you for the moment. I give feedback in a few days when I tried it.
Greetings,
Jörg
-
just found, that there is a service
"com.sun.star.ui.GlobalAcceleratorConfiguration"
maybe this will work:
Sub Main
oGlobalAccelCfg =
createUnoService("com.sun.star.ui.GlobalAcceleratorConfiguration")
Dim aKeyEvent as new com.sun.star.awt.KeyEvent
aKeyEvent.KeyCode = com.sun.star
Hi Jörg,
> Is there any way to avoid the need for the restart?
i am pretty sure (but maybe i am wrong) it will not work without restarting aoo.
you can try creating shortcuts via api, for example see attached document:
https://bz.apache.org/ooo/show_bug.cgi?id=71154
before you start, change "s
Hello,
On the following page I find information on Accelerators.xcu:
https://wiki.openoffice.org/wiki/Framework/Article/Accelerators_Configuration
This works well so far, but I've noticed the changes of Keys in the area of a
module (for example: ) only
active if you are restarting openoffice.