https://bugs.documentfoundation.org/show_bug.cgi?id=160849

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[UI]Shortcut Key Ctrl+F6 is |Not all reserved shortcuts
                   |not listed in               |have labels in Customize
                   |Tools>Customize, tab        |dialog
                   |Keyboard                    |
             Status|RESOLVED                    |NEW
         Resolution|NOTABUG                     |---

--- Comment #12 from Buovjaga <[email protected]> ---
The difference seems to be that
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu has

<node oor:name="F4_MOD1" oor:op="replace">
  <prop oor:name="Command">
    <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value>
    <value xml:lang="en-US">.uno:CloseDoc</value>
  </prop>
</node>

Under
<node oor:name="SecondaryKeys">
  <node oor:name="Global">

and under

<node oor:name="Modules">
  <node oor:name="com.sun.star.frame.StartModule" oor:op="replace">

and

<node oor:name="com.sun.star.chart2.ChartDocument" oor:op="replace">

while the other reserved ones are missing from the file.

Indeed, if I add this under SecondaryKeys, Global:

<node oor:name="F1" oor:op="replace">
  <prop oor:name="Command">
    <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value>
    <value xml:lang="en-US">.uno:HelpIndex</value>
  </prop>
</node>

I can see the Help label when in Customize/Keyboard/LibreOffice context.

Now how to find out all the .uno commands for the rest of the missing
shortcuts?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to