<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CTRL+ALT+E isn't opening the extension dialog but inserts a "é""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119676">bug 119676</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>regression
           </td>
           <td>
                
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CTRL+ALT+E isn't opening the extension dialog but inserts a "é""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119676#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CTRL+ALT+E isn't opening the extension dialog but inserts a "é""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119676">bug 119676</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>(In reply to Luke from <a href="show_bug.cgi?id=119676#c7">comment #7</a>)
<span class="quote">> I think this is a case of poorly chosen short-cut. OpenOffice does not bind
> common windows short-cuts like ctrl+alt+e and ctrl+alt+t as it's standard
> for them to insert € and ™. On Windows at least, we should follow this
> standard.</span >

No, that is just incorrect on *all* counts... <Ctrl>+<Alt> was used in OOo and
recognized for conflicting with <AtlGr> mappings on systems using Windows with
us-international key mappings. Have not looked at an AOO source tree, but do
not believe that has been changed.

Also, there is no "standard", just a Microsoft practice of os mapping
<Ctrl>+<Alt> to <AltGr> to support keyboards without a second <R-Alt> keysym
used for the AltGr toggle.

So, this remains dependent on physical keyboard, the os Keyboard mapping
selected, and finally on the locale setting in LibreOffice (picked up from os,
or as assigned).

With few exceptions, the default shortcuts/accelerators are assigned from:

<a href="https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu">https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu</a>

The paired _MOD1_MOD2, are the <Ctrl>+<Alt> shortcuts

The actual source bypassing the <Ctrl>+<Alt> to allow it os mapping of <AltGr>
is about here:

<a href="https://opengrok.libreoffice.org/xref/core/vcl/win/window/salframe.cxx#3545">https://opengrok.libreoffice.org/xref/core/vcl/win/window/salframe.cxx#3545</a></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>