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:
Lindsay Mathieson 2014-01-16 23:14:01 +10:00 committed by Dietmar Maurer
parent 3643383db7
commit dc7573bf85

View File

@ -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'