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
@ -315,6 +315,9 @@ sub remote_viewer_config {
|
|||||||
$cacert =~ s/\n/\\n/g;
|
$cacert =~ s/\n/\\n/g;
|
||||||
|
|
||||||
my $config = {
|
my $config = {
|
||||||
|
'secure-attention' => "Ctrl+Alt+Ins",
|
||||||
|
'toggle-fullscreen' => "Shift+F11",
|
||||||
|
'release-cursor' => "Ctrl+Alt+R",
|
||||||
type => 'spice',
|
type => 'spice',
|
||||||
title => $title,
|
title => $title,
|
||||||
host => $proxyticket, # this break tls hostname verification, so we need to use 'host-subject'
|
host => $proxyticket, # this break tls hostname verification, so we need to use 'host-subject'
|
||||||
|
Loading…
Reference in New Issue
Block a user