Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Planella
juk
Commits
f9e30104
Commit
f9e30104
authored
Aug 26, 2017
by
Luigi Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: remove a shortcut conflict between two actions
parent
5b6357f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
playlistcollection.cpp
playlistcollection.cpp
+1
-1
No files found.
playlistcollection.cpp
View file @
f9e30104
...
...
@@ -932,7 +932,7 @@ PlaylistCollection::ActionHandler::ActionHandler(PlaylistCollection *collection)
"guessTagInternet"
,
"network-server"
,
KShortcut
(
Qt
::
CTRL
+
Qt
::
Key_I
)));
#else
createAction
(
i18n
(
"Guess Tag Information From &File Name"
),
SLOT
(
slotGuessTagFromFile
()),
"guessTag"
,
"document-import"
,
KShortcut
(
Qt
::
CTRL
+
Qt
::
Key_
F
));
"guessTag"
,
"document-import"
,
KShortcut
(
Qt
::
CTRL
+
Qt
::
Key_
G
));
#endif
...
...
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