]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/AccessControl.pm
cleanup previous patch
[pve-access-control.git] / PVE / AccessControl.pm
index a745651f762cd21b52776ac2eedbe357daf4c165..f41d7ffcdee6221649ea8bd595a4308761732483 100644 (file)
@@ -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'