]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/AccessControl.pm
Sets common hot keys for spice client
[pve-access-control.git] / PVE / AccessControl.pm
index a745651f762cd21b52776ac2eedbe357daf4c165..e3c5fa9ed84ead591333a989c599ac8624346863 100644 (file)
@@ -313,8 +313,11 @@ sub remote_viewer_config {
 
     my $cacert = PVE::Tools::file_get_contents("/etc/pve/pve-root-ca.pem", 8192);
     $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'