diff --git a/globalaccel.cpp b/globalaccel.cpp index 906735769ffefcc68e6859e7851890c58333134f..0d88778d8e0d56a06c47f0356eabf16485300c68 100644 --- a/globalaccel.cpp +++ b/globalaccel.cpp @@ -55,6 +55,9 @@ static const QMap s_shortcutWhitelist{ )}, {QStringLiteral("/component/KDE_Keyboard_Layout_Switcher"), QRegularExpression( QStringLiteral("Switch to Next Keyboard Layout|Switch keyboard layout to .*") + )}, + {QStringLiteral("/component/kcm_touchpad"), QRegularExpression( + QStringLiteral("Toggle Touchpad|Enable Touchpad|Disable Touchpad") )} };