<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LO7: Tooltips in cui/messages.po contain variable %MOD1 instead of string"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130979#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LO7: Tooltips in cui/messages.po contain variable %MOD1 instead of string"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130979">bug 130979</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>A related idea: there's vcl::KeyCode::GetName(), which provides the key
combination name used in our menus.

We could use it instead of duplication the effort in cui/inc/tipoftheday.hrc;
e.g. making the array look like

<span class="quote">> ...
> { NC_("RID_CUI_TIPOFTHEDAY", "Did you know that you can attach comments to portions of text? Just use the shortcut %KEYCOMBO."), "", "", vcl::KeyCode(KEY_SHIFT | KEY_MOD2 | KEY_C)},
> ...</span >

and then just replace "%KEYCOMBO" with vcl::KeyCode(4th_elt_of_tuple).GetName()
if 4th_elt_of_tuple is not 0.

That method would (1) automatically account for macOS differences; and (2)
could allow for following extension, where you would provide a UNO name
instead, to convert it to key combination, and it would get actual key
combination -> additionally automatic account for localization differences
(some have different default key combinations) and even user-defined
preferences.

Heiko, what do you think?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>