mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Blacklist the KDE 5 root window.
This commit is contained in:
parent
835c411d12
commit
ccb7a4c96d
@ -39,6 +39,7 @@ AutoTypePlatformX11::AutoTypePlatformX11()
|
|||||||
m_classBlacklist << "desktop_window" << "gnome-panel"; // Gnome
|
m_classBlacklist << "desktop_window" << "gnome-panel"; // Gnome
|
||||||
m_classBlacklist << "kdesktop" << "kicker"; // KDE 3
|
m_classBlacklist << "kdesktop" << "kicker"; // KDE 3
|
||||||
m_classBlacklist << "Plasma"; // KDE 4
|
m_classBlacklist << "Plasma"; // KDE 4
|
||||||
|
m_classBlacklist << "plasmashell"; // KDE 5
|
||||||
m_classBlacklist << "xfdesktop" << "xfce4-panel"; // Xfce 4
|
m_classBlacklist << "xfdesktop" << "xfce4-panel"; // Xfce 4
|
||||||
|
|
||||||
m_currentGlobalKey = static_cast<Qt::Key>(0);
|
m_currentGlobalKey = static_cast<Qt::Key>(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user