From abbb0fa9ee8f5b094e02333070b8266d9e7158c3 Mon Sep 17 00:00:00 2001 From: si458 Date: Fri, 24 May 2024 15:51:39 +0100 Subject: [PATCH] fix sharing keyboard input after Ctrl+Alt+Delete #6120 Signed-off-by: si458 --- views/sharing.handlebars | 1 + 1 file changed, 1 insertion(+) diff --git a/views/sharing.handlebars b/views/sharing.handlebars index a9b76e39..2d83ed98 100644 --- a/views/sharing.handlebars +++ b/views/sharing.handlebars @@ -903,6 +903,7 @@ // Remote desktop special key combos for Windows function deskSendKeys() { + Q('DeskWD').blur(); if (xxdialogMode || desktop == null || desktop.State != 3) return; var ks = Q('deskkeys').value; if (ks == 0) { // WIN+Down arrow