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.tietze@documentfoundation.org>
This commit is contained in:
parent
9fca60fb13
commit
c32210fdf3
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue