mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue