<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Ctrl+Shift+; shortcut to insert current time stopped working"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126888#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Ctrl+Shift+; shortcut to insert current time stopped working"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126888">bug 126888</a>
              from <span class="vcard"><a class="email" href="mailto:m.weghorn@posteo.de" title="Michael Weghorn <m.weghorn@posteo.de>"> <span class="fn">Michael Weghorn</span></a>
</span></b>
        <pre>(In reply to Martin from <a href="show_bug.cgi?id=126888#c6">comment #6</a>)
<span class="quote">> I tested for polish ( pl ) and english ( us ). In both cases the issue goes
> away when I run libreoffice using the above mentioned env variable.</span >

Thanks. I can reproduce now if I switch keyboard layout to US.

What both US and PL keyboard layouts have in common is that the ";" character
is typed by just pressing a single key, while DE layout requires typing Shift
in addition to the key otherwise typing ",'.
For the US layout, pressing Shift in addition to the ";" key will result in
":".

This is what **might** be happening (didn't check yet): Instead of the three
key codes for Ctrl + Shift + ';', only the key codes for Ctrl + ':' are sent,
(i.e. the conversion
    Shift+';' = ':'
takes place), and the shortcut then no longer matches.</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>