Re: need some help to Accelerators.xcu

2015-06-24 Thread Amenel VOGLOZIN
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")    

Re: need some help to Accelerators.xcu

2015-06-18 Thread Jörg Schmidt
> 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 -

Re: need some help to Accelerators.xcu

2015-06-17 Thread Oliver Brinzing
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

Re: need some help to Accelerators.xcu

2015-06-17 Thread Oliver Brinzing
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

need some help to Accelerators.xcu

2015-06-17 Thread Jörg Schmidt
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.