<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Default shortcut key for insert current time doesn't work (French)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129547#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Default shortcut key for insert current time doesn't work (French)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129547">bug 129547</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>I don't see it working with kf5 locally when I set my keyboard map to fr
AZERTY, but GetKeyCode in vcl/qt5/Qt5Widget.cxx is probably the place to
examine to see what key on the keyboard is considered pressed by the kf5 stuff

Another thing you can do here is at
XMLBasedAcceleratorConfiguration::getCommandByKeyEvent
add...
fprintf(stderr, "pressed %s\n", lcl_getKeyString(aKeyEvent).toUtf8().getStr());
and press the key combo and see what shows up here.

My understanding is that (under gtk3/gen at least) on your french keyboard it
will say POINT_MOD1 for ctrl+: IIRC because we try do a mapping back of the
"unknown" key that produced the : back to what key is at the same position in
qwerty layout (vcl/unx/gtk3/gtk3gtkframe.cxx at the fdo#41169 comment)</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>