mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-26 03:11:14 -04:00
Blacklist the KDE 5 root window.
This commit is contained in:
parent
835c411d12
commit
ccb7a4c96d
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ AutoTypePlatformX11::AutoTypePlatformX11()
|
|||
m_classBlacklist << "desktop_window" << "gnome-panel"; // Gnome
|
||||
m_classBlacklist << "kdesktop" << "kicker"; // KDE 3
|
||||
m_classBlacklist << "Plasma"; // KDE 4
|
||||
m_classBlacklist << "plasmashell"; // KDE 5
|
||||
m_classBlacklist << "xfdesktop" << "xfce4-panel"; // Xfce 4
|
||||
|
||||
m_currentGlobalKey = static_cast<Qt::Key>(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue