Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
da3b1574
Commit
da3b1574
authored
May 05, 2006
by
Stephan Kulow
Browse files
deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=537733
parent
850cc2be
Changes
1
Hide whitespace changes
Inline
Side-by-side
konqueror/konq_mainwindow.cc
View file @
da3b1574
...
...
@@ -3858,7 +3858,8 @@ void KonqMainWindow::initActions()
connect
(
m_paStop
,
SIGNAL
(
triggered
(
bool
)),
SLOT
(
slotStop
()
));
m_paStop
->
setShortcut
(
Qt
::
Key_Escape
);
m_paRename
=
new
KAction
(
i18n
(
"&Rename"
),
/*"editrename",*/
Qt
::
Key_F2
,
0
,
0
,
actionCollection
(),
"rename"
);
m_paRename
=
new
KAction
(
i18n
(
"&Rename"
),
actionCollection
(),
"rename"
);
m_paRename
->
setShortcut
(
Qt
::
Key_F2
);
m_paTrash
=
new
KAction
(
KIcon
(
"edittrash"
),
i18n
(
"&Move to Trash"
),
actionCollection
(),
"trash"
);
m_paTrash
->
setShortcut
(
Qt
::
Key_Delete
);
connect
(
m_paTrash
,
SIGNAL
(
triggered
(
Qt
::
MouseButtons
,
Qt
::
KeyboardModifiers
)
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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