<table><tr><td style="">thsurrel added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D16714">View Revision</a></tr></table><br /><div><div><p>According to <a href="http://doc.qt.io/qt-5/qt.html#Key-enum" class="remarkup-link" target="_blank" rel="noreferrer">http://doc.qt.io/qt-5/qt.html#Key-enum</a>, Qt::Key_Escape is 0x01000000 and Qt::Key_Page (for example) is 0x01000016. So the condition event->key() & Qt::Key_Escape will be true when hitting Shift-pageup to scroll and ends up closing the searchbox.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16714">https://phabricator.kde.org/D16714</a></div></div><br /><div><strong>To: </strong>thsurrel, Konsole<br /><strong>Cc: </strong>anthonyfieroni, konsole-devel, ngraham, maximilianocuria, hindenburg<br /></div>