Description: In LO 4.4.6.2, I can't see any way, in Impress, of toggling ordered or unordered list formatting. I often want to write a text box with a combination of lists and text, but it always requires reaching for the mouse. Over in Writer, the shift-F12 shortcut is defined by default. It is also there in Tools→Customize. But here in Writer, there is no shortcut, and it is not in the Tools→Customize options either. Would be great if this can be added! Steps to Reproduce: As above Actual Results: As above Expected Results: As above Reproducible: Always User Profile Reset: No Additional Info: Nil
So, you can define such a shortcut via the menus, Tools | Customize | Keyboard tab. You choose the "Unordered List" command and choose a shortcut. Please make an argument regarding why you believe such a shortcut should be defined by default. Personally, I feel that bulleting is important enough in presentation to merit having keyboard shortcut of its own, so +1 from me.
I think John made his workflow and use case clear. And consistency across modules is a high value in itself, so let's do it. Shortcuts as assigned to commands in officecfg/registry/data/org/openoffice/Office/Accelerators.xcu, currently at PrimaryKeys > Global > Modules > GlobalDocument, Webdocument, FormDesign, TextReportDesign, TextDocument, XMLFormDocument <node oor:name="F12_SHIFT" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="en-US">.uno:DefaultBullet</value> </prop> </node> This needs to be copied into the node com.sun.star.presentation.PresentationDocument.
Jesus Solis committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f32ece43cbf21a2ab9f9042c684c06b01bcc0ac9 tdf#154444 add keyboard shortcut to toggle list ordering It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.