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 Mobile
Angelfish
Commits
77bf405d
Verified
Commit
77bf405d
authored
Oct 26, 2019
by
Jonah Brüchert
Browse files
Add shortcut Ctrl+F to find in page action
Useful on the desktop and on tablets with attachable keyboard.
parent
11dd23df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/webbrowser.qml
View file @
77bf405d
...
...
@@ -217,6 +217,7 @@ Kirigami.ApplicationWindow {
contextualActions
:
[
Kirigami.Action
{
icon.name
:
"
edit-find
"
shortcut
:
"
Ctrl+F
"
onTriggered
:
{
sheetLoader
.
setSource
(
"
FindInPageSheet.qml
"
)
sheetLoader
.
item
.
open
()
...
...
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