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
Plasma Workspace
Commits
02bd190c
Commit
02bd190c
authored
Jan 04, 2021
by
Nate Graham
Browse files
[applets/clipboard] Deactivate on selection using keyboard
Just like selection using the mouse.
BUG: 430967
FIXED-IN: 5.21
parent
0d02ac89
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/ClipboardPage.qml
View file @
02bd190c
...
...
@@ -45,6 +45,9 @@ ColumnLayout {
if
(
uuid
)
{
clipboardSource
.
service
(
uuid
,
"
select
"
)
clipboardMenu
.
view
.
currentIndex
=
0
if
(
plasmoid
.
hideOnWindowDeactivate
)
{
plasmoid
.
expanded
=
false
;
}
}
}
break
;
...
...
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