D16714: [Terminal Display] Don't hide the search box when scrolling with the keyboard
Thomas Surrel
noreply at phabricator.kde.org
Tue Nov 6 20:41:27 GMT 2018
thsurrel added a comment.
According to http://doc.qt.io/qt-5/qt.html#Key-enum, 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.
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D16714
To: thsurrel, #konsole
Cc: anthonyfieroni, konsole-devel, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20181106/683a8eed/attachment.html>
More information about the konsole-devel
mailing list