From 036794e7de6a2842f3d93ae90172ddf5775d2955 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 --- useractions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/useractions.cpp b/useractions.cpp index 1e151a1fce..b0c3c2eb13 100755 --- a/useractions.cpp +++ b/useractions.cpp @@ -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)