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
Unmaintained
KDE Workspace
Commits
e7177489
Commit
e7177489
authored
Feb 10, 2013
by
Thomas Lübking
Browse files
restore inputfocus after assigning window shortcut
BUG: 314760 FIXED-IN: 4.10.1 REVIEW: 108887
parent
521a9840
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/useractions.cpp
View file @
e7177489
...
...
@@ -897,6 +897,8 @@ void Workspace::setupWindowShortcutDone(bool ok)
client_keys_dialog
->
deleteLater
();
client_keys_dialog
=
NULL
;
client_keys_client
=
NULL
;
if
(
active_client
)
active_client
->
takeFocus
(
Allowed
);
}
void
Workspace
::
clientShortcutUpdated
(
Client
*
c
)
...
...
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