Bug 154444 - No keyboard shortcut for "Toggle Unordered List"
Summary: No keyboard shortcut for "Toggle Unordered List"
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
7.4.6.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillDesign, topicUI
Depends on:
Blocks: Impress-Bullet-Number Shortcuts-Accelerators
  Show dependency treegraph
 
Reported: 2023-03-29 11:21 UTC by john
Modified: 2023-04-05 08:11 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description john 2023-03-29 11:21:30 UTC
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
Comment 1 Eyal Rozenberg 2023-04-04 22:42:27 UTC
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.
Comment 2 Heiko Tietze 2023-04-05 08:11:28 UTC
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.