<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to make QKeySequenceEdit capture Tab?]]></title><description><![CDATA[<p dir="auto">I'd like my QKeySequenceEdit to be able to capture the Tab key for reasons of improved accessibility, but unfortunately that just makes the focus shift. Is this possible to do?</p>
]]></description><link>https://forum.qt.io/topic/138123/how-to-make-qkeysequenceedit-capture-tab</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 06:47:04 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/138123.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Jul 2022 06:21:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to make QKeySequenceEdit capture Tab? on Sun, 24 Jul 2022 10:19:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vadi2">@<bdi>Vadi2</bdi></a> That's just not supported out of the box. You can  try to override the <code>keyPressEvent </code> to handle that particular case yourself.</p>
<p dir="auto">Out of curiosity - how is that suppose to improve accessibility? If the edit swallows tab key how do you navigate that ui with just keyboard? How do you move focus out of that QKeySequenceEdit ? Sounds like detrimental to accessibility actually.</p>
]]></description><link>https://forum.qt.io/post/722444</link><guid isPermaLink="true">https://forum.qt.io/post/722444</guid><dc:creator><![CDATA[Chris Kawa]]></dc:creator><pubDate>Sun, 24 Jul 2022 10:19:33 GMT</pubDate></item></channel></rss>