[Libreoffice-ux-advise] [Bug 151108] In Draw the Ctrl+M shortcut should create a New Page as in Impress
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 22 18:52:48 UTC 2022
https://bugs.documentfoundation.org/show_bug.cgi?id=151108
Maxim Monastirsky <momonasmon at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |momonasmon at gmail.com
--- Comment #8 from Maxim Monastirsky <momonasmon at gmail.com> ---
(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 on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list