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
Unmaintained
KDE Workspace
Commits
fcf4f610
Commit
fcf4f610
authored
Jan 07, 2013
by
Thomas Lübking
Browse files
set a default void global shortcut
and implicitly enable them REVIEW: 108253 BUG: 312835
parent
baebc4e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/virtualdesktops.cpp
View file @
fcf4f610
...
...
@@ -467,6 +467,7 @@ void VirtualDesktopManager::addAction(KActionCollection *keys, const QString &na
void
VirtualDesktopManager
::
addAction
(
KActionCollection
*
keys
,
const
QString
&
name
,
const
QString
&
label
,
const
char
*
slot
)
{
KAction
*
a
=
keys
->
addAction
(
name
,
this
,
slot
);
a
->
setGlobalShortcut
(
KShortcut
());
a
->
setText
(
label
);
}
...
...
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