mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-03 18:05:58 -05:00
fix sharing keyboard input after Ctrl+Alt+Delete #6120
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
89b67ff999
commit
abbb0fa9ee
@ -903,6 +903,7 @@
|
|||||||
|
|
||||||
// Remote desktop special key combos for Windows
|
// Remote desktop special key combos for Windows
|
||||||
function deskSendKeys() {
|
function deskSendKeys() {
|
||||||
|
Q('DeskWD').blur();
|
||||||
if (xxdialogMode || desktop == null || desktop.State != 3) return;
|
if (xxdialogMode || desktop == null || desktop.State != 3) return;
|
||||||
var ks = Q('deskkeys').value;
|
var ks = Q('deskkeys').value;
|
||||||
if (ks == 0) { // WIN+Down arrow
|
if (ks == 0) { // WIN+Down arrow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user