<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Envelope dialog: Make dialog more a11y friendly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107625#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Envelope dialog: Make dialog more a11y friendly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107625">bug 107625</a>
              from <span class="vcard"><a class="email" href="mailto:szymon.klos@collabora.com" title="Szymon Kłos <szymon.klos@collabora.com>"> <span class="fn">Szymon Kłos</span></a>
</span></b>
        <pre>(In reply to Yousuf Philips (jay) from <a href="show_bug.cgi?id=107625#c8">comment #8</a>)
<span class="quote">> 
> > - ctrl+tab in theses fields leave them, switching between tabs could be done
> > with ctrl+tab when the user keyboard focus is on an other item.

> Not sure you can overwrite the default handling of ctrl+tab, but we'd have
> to ask a dev if its possible. @Maxim, @Szymon, @Bubli: Input please.</span >

I think it is possible using IsMod1() to check if ctrl is used and KEY_TAB
code. It could be an easy hack :)

Useful links:
<a href="http://opengrok.libreoffice.org/xref/core/include/vcl/keycod.hxx#34">http://opengrok.libreoffice.org/xref/core/include/vcl/keycod.hxx#34</a>
<a href="http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/awt/KeyModifier.idl#37">http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/awt/KeyModifier.idl#37</a>

Example of using key codes:
<a href="http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/itemwin.cxx#419">http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/itemwin.cxx#419</a>

Envelope dialog:
<a href="http://opengrok.libreoffice.org/xref/core/sw/source/ui/envelp/envlop1.cxx#192">http://opengrok.libreoffice.org/xref/core/sw/source/ui/envelp/envlop1.cxx#192</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>