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
JuK
Commits
d2aea8e2
Commit
d2aea8e2
authored
Feb 03, 2003
by
Scott Wheeler
Browse files
Add a key new key binding for saving tags.
svn path=/trunk/kdemultimedia/juk/; revision=204535
parent
d837e468
Changes
1
Hide whitespace changes
Inline
Side-by-side
juk.cpp
View file @
d2aea8e2
...
...
@@ -126,7 +126,7 @@ void JuK::setupActions()
forwardAction
=
new
KAction
(
i18n
(
"Skip &Forward"
),
"player_end"
,
0
,
this
,
SLOT
(
forwardFile
()),
actionCollection
(),
"forwardFile"
);
// tagger menu
new
KAction
(
i18n
(
"Save"
),
"filesave"
,
0
,
splitter
,
SLOT
(
saveItem
()),
actionCollection
(),
"saveItem"
);
new
KAction
(
i18n
(
"Save"
),
"filesave"
,
"CTRL+t"
,
splitter
,
SLOT
(
saveItem
()),
actionCollection
(),
"saveItem"
);
new
KAction
(
i18n
(
"Delete"
),
"editdelete"
,
0
,
splitter
,
SLOT
(
removeSelectedItems
()),
actionCollection
(),
"removeItem"
);
// settings menu
...
...
Write
Preview
Supports
Markdown
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