X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-click.pod;h=ff6deea29eeeb20de623cd61c94717965d88e9bb;hb=14308c0ee642670e61c74339ebbf1502bc0302bc;hp=05655d0a6cdaa1802b37d12c28257a90d6014563;hpb=94acc5e1ec256c553dcb5d50697b8105266aa50e;p=virt-click.git diff --git a/virt-click.pod b/virt-click.pod index 05655d0..ff6deea 100644 --- a/virt-click.pod +++ b/virt-click.pod @@ -8,6 +8,8 @@ virt-click - Send mouse click and key press events to virtual machines virt-click --vnc hostname[:display] command [args...] + virt-click --spice-host hostname command [args...] + =head1 DESCRIPTION Virt-click can be used to send simulated mouse clicks and key presses @@ -25,6 +27,10 @@ complete list of commands, see L below. Connect directly to VNC port 5901 on the local machine. Simulate a right mouse click at screen coordinates C<(200,200)>. + virt-click --spice-host localhost --spice-port 5901 click 200 200 right + +Same as above, but for SPICE. + =head1 OPTIONS =over 4 @@ -33,6 +39,23 @@ right mouse click at screen coordinates C<(200,200)>. Display brief help. +=item B<--spice-uri uri> + +=item B<--spice-host host> + +=item B<--spice-port port> + +=item B<--spice-secure-port port> + +=item B<--spice-ca-file file> + +=item B<--spice-password password> + +=item B<--spice-host-subject host-subj> + +Connect directly to a SPICE server. Either I<--spice-uri> or +I<--spice-host> must be specified. The others are optional. + =item B<-v> Enable verbose messages for debugging.