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
Multimedia
Kdenlive
Commits
d93edff9
Commit
d93edff9
authored
Mar 21, 2022
by
Julius Künzel
Browse files
Fix keymap info on subtitle track
Double click to add a subtitle only works with the select tool Related to
#1021
parent
3d4936b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
d93edff9
...
...
@@ -1623,7 +1623,9 @@ Rectangle {
hoverEnabled
:
true
onWheel
:
zoomByWheel
(
wheel
)
onEntered
:
{
timeline
.
showKeyBinding
(
i18n
(
"
<b>Double click</b> to add a subtitle
"
))
if
(
root
.
activeTool
===
ProjectTool
.
SelectTool
)
{
timeline
.
showKeyBinding
(
i18n
(
"
<b>Double click</b> to add a subtitle
"
))
}
}
onExited
:
{
timeline
.
showKeyBinding
()
...
...
Write
Preview
Markdown
is supported
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