X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAccessControl.pm;h=f41d7ffcdee6221649ea8bd595a4308761732483;hp=a745651f762cd21b52776ac2eedbe357daf4c165;hb=63691fc66a15c2ab3b4c20df35354812ca46aae8;hpb=cee5583b3dfff0b68dbb42a93ec90f4d4f1bd7b3 diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index a745651..f41d7ff 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -315,6 +315,9 @@ sub remote_viewer_config { $cacert =~ s/\n/\\n/g; my $config = { + 'secure-attention' => "Ctrl+Alt+Ins", + 'toggle-fullscreen' => "Shift+F11", + 'release-cursor' => "Ctrl+Alt+R", type => 'spice', title => $title, host => $proxyticket, # this break tls hostname verification, so we need to use 'host-subject'