mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-24 13:13:13 -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
|
||||
function deskSendKeys() {
|
||||
Q('DeskWD').blur();
|
||||
if (xxdialogMode || desktop == null || desktop.State != 3) return;
|
||||
var ks = Q('deskkeys').value;
|
||||
if (ks == 0) { // WIN+Down arrow
|
||||
|
Loading…
x
Reference in New Issue
Block a user