https://bugs.documentfoundation.org/show_bug.cgi?id=151108
Maxim Monastirsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Maxim Monastirsky <[email protected]> --- (In reply to Heiko Tietze from comment #4) > Different topic: Looking into the customization dialog, the command's label > is "New Page" at Impress while the UI shows correctly "New Slide". Maxim > implemented with > https://github.com/LibreOffice/core/commit/ > 223b07bb52823eb50b85d283572cb543378afbd1 the command .uno:InsertSlide which > has the target .uno:InsertPage. All fine but the customization still doesn't > find "New Slide". There is absolutely no way we can tell the customization dialog to use .uno:InsertSlide instead of .uno:InsertPage, as we nowhere record this relationship that .uno:InsertSlide supposed to _replace_ .uno:InsertPage in certain context. However, we can try to show .uno:InsertSlide _in addition_ to .uno:InsertPage (in both Impress and Draw), but it's unclear how to present that in the keyboard tab, given that aliases share the kb shortcut with the original command. (That's why I admitted in Bug 108458 comment 12 that aliases might not be the best solution for the Impress/Draw command splitting. See attachment 137469 for a different approach I played with, which might solve this nicely. Another option is to introduce a separate commands.xcu file for Impress.) -- You are receiving this mail because: You are the assignee for the bug.
