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 =
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: node oor: name = com.sun.star.text.TextDocument)