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
Utilities
Kate
Commits
606bac41
Commit
606bac41
authored
Dec 14, 2020
by
Christoph Cullmann
🐮
Browse files
fix shortcut collision
parent
dc919642
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/tabswitcher/tabswitcher.cpp
View file @
606bac41
...
...
@@ -103,6 +103,7 @@ void TabSwitcherPluginView::setupActions()
auto
aClose
=
actionCollection
()
->
addAction
(
QStringLiteral
(
"view_lru_document_close"
));
aClose
->
setText
(
i18n
(
"Close View"
));
aClose
->
setShortcutContext
(
Qt
::
WidgetShortcut
);
actionCollection
()
->
setDefaultShortcut
(
aClose
,
Qt
::
CTRL
|
Qt
::
Key_W
);
aClose
->
setWhatsThis
(
i18n
(
"Closes the selected view in the list of last used views."
));
aClose
->
setStatusTip
(
i18n
(
"Closes the selected view in the list of last used views."
));
...
...
Christoph Cullmann
🐮
@cullmann
mentioned in merge request
!135 (merged)
·
Dec 14, 2020
mentioned in merge request
!135 (merged)
mentioned in merge request !135
Toggle commit list
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