Format>Parag shows Alt_Shift_P as shortcut key; yet, Tools>Customize>keyboard shows no attribution for Alt_Shift_P.
Alt+Shift+P is Format -> Page Style, right? I can confirm in LO 7.5.0.0.alpha0+ (cfc8a8f5d841b3f84d207196153be67da7f60652) / Ubuntu. Same with Styles -> Edit Style..., which opens the Paragraph Style dialog, the accelerator is Alt+P. These accelerators were added in: https://cgit.freedesktop.org/libreoffice/core/commit/?id=856887cbc8a0a2fd04b90ee2170948d34c8ff9c4
These shortcuts were set globally, not just for Writer, therefore one need to switch to the "LibreOffice" context (instead of "Writer") at the top right part of the dialog to see their assignment. But I think that setting them globally was wrong, as at least the Page Style command is Writer specific.
(In reply to Aron Budea from comment #1) > Alt+Shift+P is Format -> Page Style, right? Yes. Sorry.
Adding commit hash again to get a permanently working link: 856887cbc8a0a2fd04b90ee2170948d34c8ff9c4
The task is to move the node oor:name="P_SHIFT_MOD2" from <node oor:name="Global"> to <node oor:name="com.sun.star.text.TextDocument"> in officecfg/registry/data/org/openoffice/Office/Accelerators.xcu.
Taking this up as I'm trying to re-warm myself up with the codebase
Please review my commit as an attempt to fix the issue: https://gerrit.libreoffice.org/c/core/+/175249
Aditya Sahu committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c32210fdf31e57e7e91cd494dbbc36dd5ff6f088 tdf#151941: Show Alt_Shift_P as shortcut key for Page Style It will be available in 25.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.