Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KScreenLocker
Commits
bd2dc80d
Commit
bd2dc80d
authored
Sep 20, 2022
by
Ezike Ebuka
Committed by
Aleix Pol Gonzalez
Sep 20, 2022
Browse files
Add the zooming in global shortcut to the whitelist in kscreenlocker
BUG: 406164
(cherry picked from commit
8c3573e4
)
parent
77ebdc93
Pipeline
#235095
passed with stage
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
globalaccel.cpp
View file @
bd2dc80d
...
...
@@ -56,6 +56,7 @@ static const QMap<QString, QRegularExpression> 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"
))},
{
QStringLiteral
(
"/component/kwin"
),
QRegularExpression
(
QStringLiteral
(
"view_zoom_in|view_zoom_out|view_actual_size"
))},
};
static
uint
g_keyModMaskXAccel
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment