officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 12 +++++----- 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit c32210fdf31e57e7e91cd494dbbc36dd5ff6f088 Author: Aditya Sahu <adityasahu1...@gmail.com> AuthorDate: Sat Oct 19 20:27:40 2024 -0400 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Mon Oct 21 13:37:29 2024 +0200 tdf#151941: Show Alt_Shift_P as shortcut key for Page Style In Writer the Tools>Customize>Keyboard list did not show attribution for Alt_Shift_P which is the binding for Page Style dialog. The reason for this was that .xcu node for the shortcut was part of Global node. Change the Accelerators.xcu file to Modules node particularly, under TextDocument com.sun.star.text.TextDocument. Change-Id: I997c4e6dd292c46fe067a59f0309681d6c346a6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175249 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index dbbb1621bd67..f673fea304eb 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -194,12 +194,6 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode key input <value xml:lang="en-US">.uno:EditStyle</value> </prop> </node> - <node oor:name="P_SHIFT_MOD2" oor:op="replace"> - <prop oor:name="Command"> - <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> - <value xml:lang="en-US">.uno:PageDialog</value> - </prop> - </node> <node oor:name="R_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> @@ -5968,6 +5962,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode key input <value xml:lang="en-US">.uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles</value> </prop> </node> + <node oor:name="P_SHIFT_MOD2" oor:op="replace"> + <prop oor:name="Command"> + <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="en-US">.uno:PageDialog</value> + </prop> + </node> <node oor:name="0_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value>