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
31a413f4
Commit
31a413f4
authored
Jul 24, 2020
by
Jean-Baptiste Mardelle
Browse files
Change audio selection target shortcut to "Dot + 1-9" (. + 1) instead of Q + 1.
Related to 225
parent
01a05750
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
31a413f4
...
...
@@ -1746,7 +1746,7 @@ void MainWindow::setupActions()
QAction
*
ac3
=
new
QAction
(
QIcon
(),
i18n
(
"Select Target %1"
,
i
),
this
);
ac3
->
setData
(
i
-
1
);
connect
(
ac3
,
&
QAction
::
triggered
,
this
,
&
MainWindow
::
slotActivateTarget
);
addAction
(
QString
(
"activate_target_%1"
).
arg
(
i
),
ac3
,
QKeySequence
(
Qt
::
Key_
Q
,
keysequence
[
i
-
1
]),
timelineActions
);
addAction
(
QString
(
"activate_target_%1"
).
arg
(
i
),
ac3
,
QKeySequence
(
Qt
::
Key_
Period
,
keysequence
[
i
-
1
]),
timelineActions
);
}
pCore
->
bin
()
->
setupMenu
();
...
...
Eugen Mohr
@emohr
mentioned in issue
#225
·
Jul 24, 2020
mentioned in issue
#225
mentioned in issue #225
Toggle commit list
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