Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JuK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
JuK
Commits
5ccc9156
Commit
5ccc9156
authored
May 26, 2004
by
Scott Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
There were two actions with the shortcut "CTRL+f".
svn path=/trunk/kdemultimedia/juk/; revision=314726
parent
9f77745f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
juk.cpp
juk.cpp
+2
-2
No files found.
juk.cpp
View file @
5ccc9156
...
...
@@ -160,7 +160,7 @@ void JuK::setupActions()
"newPlaylist"
,
"window_new"
,
"CTRL+n"
));
newMenu
->
insert
(
createSplitterAction
(
i18n
(
"Playlist From Folder..."
),
SLOT
(
slotCreatePlaylistFromDir
()),
"newDirectoryPlaylist"
,
"file
_
open"
,
"CTRL+d"
));
"newDirectoryPlaylist"
,
"fileopen"
,
"CTRL+d"
));
newMenu
->
insert
(
createSplitterAction
(
i18n
(
"Search Playlist"
),
SLOT
(
slotAdvancedSearch
()),
"newSearchPlaylist"
,
"find"
,
"CTRL+f"
));
...
...
@@ -250,7 +250,7 @@ void JuK::setupActions()
guessMenu
->
setIconSet
(
SmallIconSet
(
"wizard"
));
guessMenu
->
insert
(
new
KAction
(
i18n
(
"From &Filename"
),
"fileimport"
,
"CTRL+
f
"
,
new
KAction
(
i18n
(
"From &Filename"
),
"fileimport"
,
"CTRL+
g
"
,
this
,
SLOT
(
slotGuessTagInfoFromFile
()),
actions
(),
"guessTagFile"
));
#if HAVE_MUSICBRAINZ
guessMenu
->
insert
(
...
...
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