Skip to content

Commit

Permalink
fix sharing keyboard input after Ctrl+Alt+Delete #6120
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <simonsmith5521@gmail.com>
  • Loading branch information
si458 committed May 24, 2024
1 parent 89b67ff commit abbb0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/sharing.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abbb0fa

Please sign in to comment.