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

            Bug ID: 114926
           Summary: Allow OS specific tooltips
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: framework
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Likewise accelerators it should be possible to have tooltips depending on the
actual operating system.

<node oor:name=".uno:Foo" oor:op="replace">
  <prop oor:name="Foo" oor:type="xs:string">
    <value xml:lang="en-US">~Foo</value>
  </prop>
  <prop oor:name="TooltipLabel" oor:type="xs:string">
    <value xml:lang="en-US">Foo with bar</value>
    <value xml:lang="en-US" install:module="macosx">Foo with cmd</value>
    <value xml:lang="en-US" install:module="unxwnd">Foo with ctrl</value>
  </prop>
</node>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to