Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
301b8112
Commit
301b8112
authored
Dec 28, 2021
by
Fabian Vogt
Browse files
GIT_SILENT Fixup previous cherry-pick
I forgot to git commit --amend before pushing, whoops.
parent
90b27ab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/keyboard/xkb_helper.cpp
View file @
301b8112
...
@@ -150,7 +150,6 @@ bool XkbHelper::initializeKeyboardLayouts(KeyboardConfig &config)
...
@@ -150,7 +150,6 @@ bool XkbHelper::initializeKeyboardLayouts(KeyboardConfig &config)
setxkbmapCommandArguments
.
append
(
variants
.
join
(
COMMAND_OPTIONS_SEPARATOR
));
setxkbmapCommandArguments
.
append
(
variants
.
join
(
COMMAND_OPTIONS_SEPARATOR
));
}
}
}
}
if
(
config
.
resetOldXkbOptions
)
{
if
(
config
.
resetOldXkbOptions
)
{
if
(
config
.
resetOldXkbOptions
)
{
// Pass -option "" to clear previously set options
// Pass -option "" to clear previously set options
setxkbmapCommandArguments
.
append
(
QStringLiteral
(
"-option"
));
setxkbmapCommandArguments
.
append
(
QStringLiteral
(
"-option"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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