From e796399cd41525d31bf915c0680f33dc1331d465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Sun, 10 Feb 2013 12:53:09 +0100 Subject: [PATCH] restore inputfocus after assigning window shortcut BUG: 314760 FIXED-IN: 4.10.1 REVIEW: 108887 (cherry picked from commit e71774897d092327b6d860353658fdaca79f7d0f) --- useractions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/useractions.cpp b/useractions.cpp index 3617d2938c..7fa2225484 100755 --- a/useractions.cpp +++ b/useractions.cpp @@ -890,6 +890,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)