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 Desktop
Commits
4a0ff7bb
Commit
4a0ff7bb
authored
Dec 03, 2019
by
Aleix Pol Gonzalez
🐧
Browse files
emojier: use the main search action as a toggle
parent
3ae6d0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/backend/ibus/emojier/ui/CategoryPage.qml
View file @
4a0ff7bb
...
...
@@ -52,12 +52,13 @@ Kirigami.ScrollablePage
}
actions.main
:
Kirigami.Action
{
checked
:
searchField
.
visible
icon.name
:
"
search
"
tooltip
:
i18n
(
"
Search...
"
)
shortcut
:
StandardKey
.
Find
onTriggered
:
{
searchField
.
visible
=
tru
e
searchField
.
focus
=
tru
e
searchField
.
visible
=
!
searchField
.
visibl
e
searchField
.
focus
=
searchField
.
visibl
e
}
}
...
...
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