[Libreoffice-bugs] [Bug 107625] Envelope dialog: Make dialog more a11y friendly

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 13 15:52:58 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=107625

--- Comment #11 from Szymon Kłos <szymon.klos at collabora.com> ---
(In reply to Yousuf Philips (jay) from comment #8)
> 
> > - 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.

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:
http://opengrok.libreoffice.org/xref/core/include/vcl/keycod.hxx#34
http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/awt/KeyModifier.idl#37

Example of using key codes:
http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/itemwin.cxx#419

Envelope dialog:
http://opengrok.libreoffice.org/xref/core/sw/source/ui/envelp/envlop1.cxx#192

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170713/80d2603c/attachment.html>


More information about the Libreoffice-bugs mailing list