mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-27 05:15:24 +00:00
Sets common hot keys for spice client
* "Ctl-Alt-Insert" for secure-attention (Ctrl-Alt-del) * "Shift-F11" for Full Screen toggle * "Ctrl-Alt-R" for cursor release Signed-off-by: Lindsay Mathieson <lindsay.mathieson@gmail.com>
This commit is contained in:
parent
3643383db7
commit
dc7573bf85
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user