Hi all, I try to change shortcuts in my Java program. I want to affect to the shortcut ctrl + the "zoom in function" and to ctrl - the "zoom out function" (like ctrl mouse wheel up or down).
I use the XAcceleratorConfiguration interface to do that with the function : aAccConf.setKeyEvent(zoomInKeyEvent, ".uno:ZoomPlus"); and aAccConf.setKeyEvent(zoomOutKeyEvent, ".uno:ZoomMinus"); When I type ctrl + or ctrl - nothing happens. I have tried others url like ".uno:SpellDialog" or ".uno:Copy" and it works. Is there a problem with the ".uno:ZoomPlus" url? Or any suggestions? Regards, Pierre. **
