mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Fix remaining issues with menu keyboard navigation (#3248)
* Fix remaining issues with menu keyboard navigation * Entry menu now locks focus on entry when used from menubar * When using keyboard navigation to select menubar menus, do not lose focus on selected entry (fixes #3246) * Enable all entry keyboard shortcuts while in search (fixes #3034) * When the search text edit has focus, retain selected entry keyboard shortcuts and button pressing capability
This commit is contained in:
parent
fbf8cb3d6f
commit
6d449aca49
3 changed files with 20 additions and 10 deletions
|
@ -35,6 +35,7 @@ SearchWidget::SearchWidget(QWidget* parent)
|
|||
, m_clearSearchTimer(new QTimer(this))
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
setFocusProxy(m_ui->searchEdit);
|
||||
|
||||
m_helpWidget = new PopupHelpWidget(m_ui->searchEdit);
|
||||
m_helpWidget->setOffset(QPoint(0, 1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue